Commit d62ffae6 by 吕明尚

根据测试用例进行修改

parent e8ec346e
......@@ -35,8 +35,8 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
target: `http://localhost:8882`,
// target: "http://192.168.43.21:8882",
// target: `http://localhost:8882`,
target: "http://192.168.43.21:8882",
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_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