Commit b4f7c8fd authored by wcmoon's avatar wcmoon

fix: 修改后台测试环境接口

parent 939cb9a7
......@@ -17,7 +17,6 @@ export default {
type: "get",
url: GO_URLS.config
});
console.log(res);
if (res) {
this.$store.commit("setUrlList", res.data.frontend);
}
......
......@@ -10,7 +10,7 @@ module.exports = {
open: true,
proxy: {
'^/api': {
target: 'http://172.16.101.87:46789/',
target: 'http://172.16.101.87:46790/',
pathRewrite: {
'^/api': '',
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment