|
@@ -38,8 +38,8 @@ export default defineConfig(({ mode, command }) => {
|
|
|
proxy: {
|
|
|
// 'http://nnbpbg.xt.wenhq.top:8083'
|
|
|
"/dev-api": {
|
|
|
- // target: "http://localhost:8080/api",
|
|
|
- target:"http://nnbpbg.xt.wenhq.top:8083/api",
|
|
|
+ target: "http://localhost:8080/api",
|
|
|
+ // target:"http://nnbpbg.xt.wenhq.top:8083/api",
|
|
|
changeOrigin: true,
|
|
|
rewrite: (p) => p.replace(/^\/dev-api/, ""),
|
|
|
},
|