登录与品类
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
export default {
|
||||
dev: {
|
||||
'/api/v1': {
|
||||
// target: 'http://10.0.0.10:18030',//
|
||||
target: 'http://10.0.0.14:18030',// 李
|
||||
// target: 'http://10.0.0.46:18030',// 袁
|
||||
changeOrigin: true,
|
||||
@ -11,13 +12,12 @@ export default {
|
||||
// target: 'http://10.0.0.10:18012',// 茂
|
||||
// target: 'http://10.0.0.125:18012',// 测试
|
||||
target: 'http://10.0.0.14:18012',// 李
|
||||
// target: 'http://10.0.0.14:18030',// 李
|
||||
// target: 'http://10.0.0.46:18030',// 袁
|
||||
changeOrigin: true,
|
||||
pathRewrite: { '^/api': '' },
|
||||
},
|
||||
'/upload': {
|
||||
target: 'http://10.0.0.14:18013',//
|
||||
target: 'http://10.0.0.14:18012',//
|
||||
changeOrigin: true,
|
||||
pathRewrite: { '^/upload': '' },
|
||||
},
|
||||
|
Reference in New Issue
Block a user