修复国标级联语音对讲

This commit is contained in:
648540858
2023-06-05 15:01:20 +08:00
parent 30ae9e929f
commit a45fab423b
4 changed files with 15 additions and 7 deletions

View File

@@ -12,14 +12,14 @@ module.exports = {
assetsPublicPath: '/',
proxyTable: {
'/debug': {
target: 'https://default.wvp-pro.cn:18082',
target: 'http://127.0.0.1:18082',
changeOrigin: true,
pathRewrite: {
'^/debug': '/'
}
},
'/static/snap': {
target: 'https://default.wvp-pro.cn:18080',
target: 'http://127.0.0.1:18082',
changeOrigin: true,
// pathRewrite: {
// '^/static/snap': '/static/snap'