7e946731 by renchao@pashanhoo.com

style:测试配置

1 parent 3ceb51de
1 { 1 {
2 "SERVERAPI": "/bdcdj-38" 2 "SERVERAPI": "/bdcdj"
3 } 3 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -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("./config.json") 63 axios.get("./bdcdj/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));
......