|
|
@ -17,8 +17,8 @@ module.exports = defineConfig({ |
|
|
|
proxy: { |
|
|
|
proxy: { |
|
|
|
[process.env.VUE_APP_BASE_API]: { |
|
|
|
[process.env.VUE_APP_BASE_API]: { |
|
|
|
// target: `http://192.168.1.83:38080`,
|
|
|
|
// target: `http://192.168.1.83:38080`,
|
|
|
|
// target: `https://www.xingoil.com/adminapi`,
|
|
|
|
target: `https://www.xingoil.com/adminapi`, |
|
|
|
target: `http://uat.xingoil.com/adminapi`, |
|
|
|
// target: `http://uat.xingoil.com/adminapi`,
|
|
|
|
changeOrigin: true, |
|
|
|
changeOrigin: true, |
|
|
|
pathRewrite: { |
|
|
|
pathRewrite: { |
|
|
|
['^' + process.env.VUE_APP_BASE_API]: '' |
|
|
|
['^' + process.env.VUE_APP_BASE_API]: '' |
|
|
|