431e3d7e by renchao@pashanhoo.com

style:配置

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