-
Notifications
You must be signed in to change notification settings - Fork 899
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(components): [ProjectSetting] config project style online
- Loading branch information
Showing
30 changed files
with
784 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,18 @@ | ||
// 用户token | ||
/** 用户token */ | ||
export const ACCESS_TOKEN_KEY = 'ACCESS_TOKEN'; | ||
|
||
// 国际化 | ||
/** 国际化 */ | ||
export const LOCALE_KEY = 'LOCALE__'; | ||
|
||
// 用户信息 | ||
/** 主题色 */ | ||
export const THEME_KEY = 'THEME__'; | ||
|
||
/** 用户信息 */ | ||
export const USER_INFO_KEY = 'USER__INFO__'; | ||
|
||
// role info key | ||
export const ROLES_KEY = 'ROLES__KEY__'; | ||
|
||
export const IS_LOCKSCREEN = 'IS_LOCKSCREEN'; // 是否锁屏 | ||
export const TABS_ROUTES = 'TABS_ROUTES'; // 标签页 | ||
/** 是否锁屏 */ | ||
export const IS_LOCKSCREEN = 'IS_LOCKSCREEN'; | ||
/** 标签页 */ | ||
export const TABS_ROUTES = 'TABS_ROUTES'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
export { default as Search } from './search/index.vue'; | ||
export { default as FullScreen } from './fullscreen/index.vue'; | ||
export { default as ProjectSetting } from './setting/index.vue'; |
Oops, something went wrong.
2031927
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
vue3-antd-admin – ./
vue3-antd-admin-git-main-buqiyuan.vercel.app
vue3-antd-admin-buqiyuan.vercel.app
vue3-antd-admin.vercel.app