feat: 添加租户创建功能,支持设置管理员及有效期,新增订单统计接口

This commit is contained in:
2025-12-23 23:03:49 +08:00
parent d09a9374ee
commit bcb8c822f1
15 changed files with 377 additions and 3 deletions

View File

@@ -13,6 +13,7 @@ export default defineConfig({
noDiscovery: true
},
server: {
host: '0.0.0.0',
proxy: {
'/super/v1': {
target: 'http://localhost:8080',