Commit 5b0c5d63 by 吴春元

fix: 将开发环境代理目标地址切换回192.168.19.84

parent f013a382
...@@ -53,8 +53,8 @@ export default defineConfig({ ...@@ -53,8 +53,8 @@ export default defineConfig({
port: 8080, port: 8080,
proxy: { proxy: {
"/dev-api": { "/dev-api": {
// target: "http://192.168.19.84:8081", target: "http://192.168.19.84:8081",
target: "http://192.168.19.9:8081", // target: "http://192.168.19.9:8081",
changeOrigin: true, changeOrigin: true,
rewrite: (path) => path.replace(/^\/dev-api/, ""), rewrite: (path) => path.replace(/^\/dev-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