431e3d7e by renchao@pashanhoo.com

style:配置

1 parent d3e88617
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-04-26 09:39:18
* @LastEditTime: 2023-04-26 09:35:33
-->
<!DOCTYPE html>
<html>
......@@ -12,7 +12,7 @@
<meta name="renderer" content="webkit">
<meta name="referrer" content="no-referrer" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="shortcut icon" type="image/x-icon" href="./bdcdj/favicon.ico" />
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico" />
<title>
<%= webpackConfig.name %>
</title>
......
......@@ -60,7 +60,7 @@ Object.keys(filters).forEach(key => {
})
Vue.config.productionTip = false
axios.get("./bdcdj/config.json")
axios.get("./config.json")
.then((res) => {
Vue.prototype.BASE_API = res.data
localStorage.setItem('ApiUrl', JSON.stringify(res.data));
......