|
@@ -25,8 +25,11 @@ module.exports = {
|
|
|
port: '7001',
|
|
|
//api地址前缀
|
|
|
proxy: {
|
|
|
+ '/api/servicezhwl': {
|
|
|
+ target: 'http://127.0.0.1:7002',
|
|
|
+ },
|
|
|
'/api/role/auth': {
|
|
|
- target: 'http://127.0.0.1:7002', //http://free.liaoningdoupo.com
|
|
|
+ target: 'http://free.liaoningdoupo.com', //http://free.liaoningdoupo.com
|
|
|
changeOrigin: true,
|
|
|
ws: true,
|
|
|
},
|