Showing
3 changed files
with
11 additions
and
12 deletions
@@ -66,7 +66,7 @@ const options = ref([ | @@ -66,7 +66,7 @@ const options = ref([ | ||
66 | key: 'sysSet', | 66 | key: 'sysSet', |
67 | icon: renderIcon(SettingsSharpIcon) | 67 | icon: renderIcon(SettingsSharpIcon) |
68 | }, | 68 | }, |
69 | - // THINGS_KIT | 69 | + // THINGS_KIT 隐藏关于软件 |
70 | // { | 70 | // { |
71 | // label: renderLang('global.contact'), | 71 | // label: renderLang('global.contact'), |
72 | // key: 'contact', | 72 | // key: 'contact', |
1 | -import { PageEnum as NPageEnum } from '../pageEnum' | ||
2 | -export const PageEnum = { | 1 | + |
2 | + | ||
3 | +export enum PageEnum { | ||
3 | // basic login path | 4 | // basic login path |
4 | - BASE_LOGIN: '/login', | 5 | + BASE_LOGIN = '/login', |
5 | // basic home path | 6 | // basic home path |
6 | - BASE_HOME: NPageEnum.BASE_HOME_ITEMS, | ||
7 | -}; | 7 | + BASE_HOME = '/project/items', |
8 | + | ||
9 | + // 未发布 | ||
10 | + REDIRECT_UN_PUBLISH = '/redirect/unPublish', | ||
11 | + REDIRECT_UN_PUBLISH_NAME = 'redirect-un-publish', | ||
12 | +} |
@@ -29,12 +29,6 @@ export enum PageEnum { | @@ -29,12 +29,6 @@ export enum PageEnum { | ||
29 | RELOAD = '/reload', | 29 | RELOAD = '/reload', |
30 | RELOAD_NAME = 'Reload', | 30 | RELOAD_NAME = 'Reload', |
31 | 31 | ||
32 | - // THINGS_KIT | ||
33 | - // 未发布 | ||
34 | - REDIRECT_UN_PUBLISH = '/redirect/unPublish', | ||
35 | - REDIRECT_UN_PUBLISH_NAME = 'redirect-un-publish', | ||
36 | - | ||
37 | - | ||
38 | // 首页 | 32 | // 首页 |
39 | BASE_HOME = '/project', | 33 | BASE_HOME = '/project', |
40 | BASE_HOME_NAME = 'Project', | 34 | BASE_HOME_NAME = 'Project', |