|
|
@ -4,7 +4,8 @@ module.exports = defineConfig({ |
|
|
|
devServer: { |
|
|
|
proxy: { |
|
|
|
"/api": { |
|
|
|
target: "http://192.168.3.3:26272/api/", |
|
|
|
//target: "http://192.168.3.3:26272/api/",
|
|
|
|
target: "http://176.214.243.79:26272/api", |
|
|
|
secure: false, |
|
|
|
changeOrigin: true, |
|
|
|
pathRewrite: { '^/api': '' }, |
|
|
|