接入登录功能
This commit is contained in:
@ -1,13 +1,18 @@
|
||||
export default {
|
||||
dev: {
|
||||
'/api/v1': {
|
||||
target: 'http://10.0.0.10:18030',// 茂
|
||||
changeOrigin: true,
|
||||
pathRewrite: { '^/api/v1': '/v1' },
|
||||
},
|
||||
'/api': {
|
||||
// target: 'http://10.242.37.148:18022',//
|
||||
target: 'http://10.0.0.14:18013',//
|
||||
target: 'http://10.0.0.10:18013',//
|
||||
changeOrigin: true,
|
||||
pathRewrite: { '^/api': '' },
|
||||
},
|
||||
'/upload': {
|
||||
target: 'http://10.0.0.14:18013',//
|
||||
target: 'http://10.0.0.10:18013',//
|
||||
changeOrigin: true,
|
||||
pathRewrite: { '^/upload': '' },
|
||||
},
|
||||
|
Reference in New Issue
Block a user