Commit b4f7c8fd authored by wcmoon's avatar wcmoon

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

parent 939cb9a7
...@@ -17,7 +17,6 @@ export default { ...@@ -17,7 +17,6 @@ export default {
type: "get", type: "get",
url: GO_URLS.config url: GO_URLS.config
}); });
console.log(res);
if (res) { if (res) {
this.$store.commit("setUrlList", res.data.frontend); this.$store.commit("setUrlList", res.data.frontend);
} }
......
...@@ -10,7 +10,7 @@ module.exports = { ...@@ -10,7 +10,7 @@ module.exports = {
open: true, open: true,
proxy: { proxy: {
'^/api': { '^/api': {
target: 'http://172.16.101.87:46789/', target: 'http://172.16.101.87:46790/',
pathRewrite: { pathRewrite: {
'^/api': '', '^/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