|
@@ -23,12 +23,12 @@ module.exports = {
|
|
|
target: 'http://broadcast.waityou24.cn',
|
|
|
},
|
|
|
[process.env.VUE_APP_BASE_API]: {
|
|
|
- target: 'http://192.168.1.197:8112',
|
|
|
+ target: 'http://broadcast.kqyjy.com',
|
|
|
changeOrigin: true,
|
|
|
ws: false,
|
|
|
- pathRewrite: {
|
|
|
- ['^' + process.env.VUE_APP_BASE_API]: '',
|
|
|
- },
|
|
|
+ // pathRewrite: {
|
|
|
+ // ['^' + process.env.VUE_APP_BASE_API]: '',
|
|
|
+ // },
|
|
|
},
|
|
|
},
|
|
|
},
|