对接通知中心与政策法规,包括多语言维护

This commit is contained in:
linxd
2025-06-30 19:40:25 +08:00
parent 73fc2bfa7b
commit 60473ed8ae
18 changed files with 632 additions and 514 deletions

View File

@ -7,12 +7,12 @@ export default {
// },
'/api': {
// target: 'http://10.242.37.148:18022',//连接天宫的ng
target: 'http://10.0.0.125:18012',//连接天宫的ng
target: 'http://10.0.0.14:18013',//连接天宫的ng
changeOrigin: true,
pathRewrite: { '^/api': '' },
},
'/upload': {
target: 'http://10.0.0.125:18012',//
target: 'http://10.0.0.14:18013',//
changeOrigin: true,
pathRewrite: { '^/upload': '' },
},