增加客户端查看详情和断开连接;规则引擎的增删改查;资源的增删改查

This commit is contained in:
sxh
2022-04-21 09:01:01 +08:00
parent 513b10d939
commit b0c2ed9b13
10 changed files with 3109 additions and 123 deletions

View File

@@ -40,7 +40,7 @@ module.exports = {
}
},
['/api/v4']: {
target: `http://localhost:8081`,
target: `http://localhost:18083`,
changeOrigin: true,
// logLevel: 'debug',
},