This commit is contained in:
sjl
2024-11-18 09:02:57 +08:00
parent a8eaccc53e
commit 5cdbee88b4
54 changed files with 375 additions and 836 deletions

View File

@@ -0,0 +1,9 @@
// 系统模块前缀
export const ADMIN = "/admin";
// 用户模块前缀
export const USER = "/user-boot";
// todo... 其他业务模块前缀