Commit 94b54838 by bingobo

修改vueconfig

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