9f0b5b28 by renchao@pashanhoo.com

style:配置路径

1 parent 5c95a240
......@@ -60,7 +60,7 @@ Object.keys(filters).forEach(key => {
})
Vue.config.productionTip = false
axios.get("/bdcdj/config.json")
axios.get("/dj/config.json")
.then((res) => {
Vue.prototype.BASE_API = res.data
localStorage.setItem('ApiUrl', JSON.stringify(res.data));
......