|
|
|
@ -12,7 +12,8 @@ module.exports = defineConfig({
|
|
|
|
[process.env.VUE_APP_BASE_API]: {
|
|
|
|
[process.env.VUE_APP_BASE_API]: {
|
|
|
|
// target: `http://175.27.215.92:8899/prod-api`,
|
|
|
|
// target: `http://175.27.215.92:8899/prod-api`,
|
|
|
|
// target: `http://192.168.137.1:9081`,
|
|
|
|
// target: `http://192.168.137.1:9081`,
|
|
|
|
target: `http://1.13.177.47:8899/prod-api`,
|
|
|
|
target: `http://1.13.177.47:6699/prod-api`,
|
|
|
|
|
|
|
|
// target: `http://192.168.100.100:9081`,
|
|
|
|
changeOrigin: true,
|
|
|
|
changeOrigin: true,
|
|
|
|
pathRewrite: {
|
|
|
|
pathRewrite: {
|
|
|
|
["^" + process.env.VUE_APP_BASE_API]: "",
|
|
|
|
["^" + process.env.VUE_APP_BASE_API]: "",
|
|
|
|
|