Commit 94b54838 by bingobo

修改vueconfig

1 parent c3071631
Showing with 8 additions and 8 deletions
...@@ -17,14 +17,14 @@ module.exports = defineConfig({ ...@@ -17,14 +17,14 @@ module.exports = defineConfig({
}, },
hot: true, hot: true,
proxy: { proxy: {
'/arch-evaluation':{ // '/arch-evaluation':{
// target: `http://192.168.69.1:18102`, // pin // // target: `http://192.168.69.1:18102`, // pin
target: `http://${ip}:18000/tools`, // pin // target: `http://${ip}:18000/tools`, // pin
changeOrigin: true, // changeOrigin: true,
pathRewrite:{ // pathRewrite:{
"^/arch-evaluation":"/" // "^/arch-evaluation":"/"
}, // },
} // }
}, },
}, },
// configureWebpack: { // configureWebpack: {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!