项目初始化
This commit is contained in:
12
web-vue/packages/core/enums/pageEnum.ts
Normal file
12
web-vue/packages/core/enums/pageEnum.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export enum PageEnum {
|
||||
// basic login path
|
||||
BASE_LOGIN = '/login',
|
||||
// basic home path
|
||||
BASE_HOME = '/desktop',
|
||||
// error page path
|
||||
ERROR_PAGE = '/exception',
|
||||
// error log page path
|
||||
ERROR_LOG_PAGE = '/errorLog/list',
|
||||
// basic login path
|
||||
MOD_PWD_PAGE = '/modPwd',
|
||||
}
|
||||
Reference in New Issue
Block a user