This commit is contained in:
sjl
2025-03-17 13:17:12 +08:00
parent 0d2f8a7788
commit 630eb48d28
7 changed files with 49 additions and 15 deletions

View File

@@ -9,7 +9,8 @@ export const HOME_URL: string = "/home/index";
export const LOGIN_URL: string = "/login";
// 默认主题颜色
export const DEFAULT_PRIMARY: string = "#003078";
//export const DEFAULT_PRIMARY: string = "#003078";
export const DEFAULT_PRIMARY: string = "#526ADE";
// 路由白名单地址(本地存在的路由 staticRouter.ts 中)
export const ROUTER_WHITE_LIST: string[] = ["/500"];