Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
zhaofang
2022-06-06 16:31:26 +08:00
29 changed files with 379 additions and 86 deletions

View File

@@ -114,7 +114,7 @@ module.exports = {
proxy: {
'/systemapi': {
// 目标代理服务器地址
target: 'http://192.168.0.10:9090',
target: 'http://localhost:9090',
changeOrigin: true,
logLevel:'debug',
secure: false,