This commit is contained in:
LAPTOP-S9RBPPM6\bjxask-2201
2022-06-01 15:03:13 +08:00
parent 9f9a455a68
commit 97675d1f38
2 changed files with 3 additions and 1 deletions

View File

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