|
|
|
@ -37,10 +37,10 @@ module.exports = { |
|
|
|
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
|
|
|
[process.env.VUE_APP_BASE_API]: { |
|
|
|
// target: `http://localhost:8080`,
|
|
|
|
// target: `http://192.168.1.116:19330`,
|
|
|
|
target: "http://192.168.1.136:19330", |
|
|
|
// target: "https://nnzjpt.ylinno.com/ruisiCgaAdmin/",
|
|
|
|
// target: "https://www.ylinno.com/cga/v2/api/admin/",
|
|
|
|
target: "http://113.45.159.249:59001/cga/v2/api/admin/", |
|
|
|
// target: "http://113.45.159.249:59001/cga/v2/api/admin/",
|
|
|
|
changeOrigin: true, |
|
|
|
pathRewrite: { |
|
|
|
["^" + process.env.VUE_APP_BASE_API]: "", |
|
|
|
|