做适配

This commit is contained in:
2025-02-20 23:28:43 +08:00
parent 79a9568a87
commit b3c2587903
8 changed files with 156 additions and 20 deletions

10
app.config.json5.example Normal file
View File

@@ -0,0 +1,10 @@
{
port: 3005,
api: {
host: 'localhost:3000', // 后台代理
path: '/api/router',
},
allowedOrigins: ['localhost', 'xiongxiao.me', 'zxj.im'],
domain: 'demo.kevisual.xiongxiao.me',
resources: 'localhost:9000/resources',
}