forked from qiushanhe/dm-manage-web
图库
This commit is contained in:
@@ -35,7 +35,7 @@ module.exports = {
|
||||
proxy: {
|
||||
[process.env.VUE_APP_BASE_API + '/driver-api']: {
|
||||
// target: `http://118.31.23.45:8888/driver-api/`,
|
||||
target: `http://localhost:8888/driver-api/`,
|
||||
target: `https://xueche.ahduima.com/duima/driver-api/`,
|
||||
changeOrigin: true,
|
||||
pathRewrite: {
|
||||
['^' + process.env.VUE_APP_BASE_API + '/driver-api']: ''
|
||||
@@ -43,8 +43,8 @@ module.exports = {
|
||||
},
|
||||
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
||||
[process.env.VUE_APP_BASE_API]: {
|
||||
// target: `https://xueche.ahduima.com/duima/`,
|
||||
target: `http://localhost:8086`,
|
||||
target: `https://xueche.ahduima.com/duima/`,
|
||||
// target: `http://localhost:8086`,
|
||||
changeOrigin: true,
|
||||
pathRewrite: {
|
||||
['^' + process.env.VUE_APP_BASE_API]: ''
|
||||
|
||||
Reference in New Issue
Block a user