7e946731 by renchao@pashanhoo.com

style:测试配置

1 parent 3ceb51de
{
"SERVERAPI": "/bdcdj-38"
"SERVERAPI": "/bdcdj"
}
\ No newline at end of file
......
......@@ -60,7 +60,7 @@ Object.keys(filters).forEach(key => {
})
Vue.config.productionTip = false
axios.get("./config.json")
axios.get("./bdcdj/config.json")
.then((res) => {
Vue.prototype.BASE_API = res.data
localStorage.setItem('ApiUrl', JSON.stringify(res.data));
......