feat: 新增会员管理模块,包括用户、等级、标签、签到配置等功能

This commit is contained in:
吃货
2025-07-05 07:50:55 +08:00
parent 361ae581ae
commit 59cf72ab9c
35 changed files with 3392 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ export default defineConfig(async () => {
changeOrigin: true,
rewrite: (path) => path.replace(/^\/admin-api/, ''),
// mock代理目标地址
target: 'http://localhost:48080/admin-api',
target: 'http://localhost:48081/admin-api',
ws: true,
},
},