建立自己的一个分支

This commit is contained in:
daihh
2022-06-02 22:27:43 +08:00
parent cee51f3aba
commit 5b9ce7fa75
3 changed files with 16 additions and 4 deletions

View File

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