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