|
|
@ -34,8 +34,8 @@ module.exports = { |
|
|
|
open: true, |
|
|
|
open: true, |
|
|
|
proxy: { |
|
|
|
proxy: { |
|
|
|
[process.env.VUE_APP_BASE_API + '/xunjia']: { |
|
|
|
[process.env.VUE_APP_BASE_API + '/xunjia']: { |
|
|
|
// target: `http://118.31.23.45:8888/driver-api/`,
|
|
|
|
target: `http://localhost:8889/driver-api/`, |
|
|
|
target: `https://xueche.ahduima.com/duima/xunjia/`, |
|
|
|
// target: `https://xueche.ahduima.com/duima/xunjia/`,
|
|
|
|
changeOrigin: true, |
|
|
|
changeOrigin: true, |
|
|
|
pathRewrite: { |
|
|
|
pathRewrite: { |
|
|
|
['^' + process.env.VUE_APP_BASE_API + '/xunjia']: '' |
|
|
|
['^' + process.env.VUE_APP_BASE_API + '/xunjia']: '' |
|
|
|