mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-02-04 09:35:20 +08:00
v3.8.2 版本前端代码
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import type { AppRouteModule } from '/@/router/types';
|
||||
|
||||
import { PageEnum } from '/@/enums/pageEnum';
|
||||
import { LAYOUT } from '/@/router/constant';
|
||||
import { t } from '/@/hooks/web/useI18n';
|
||||
|
||||
@ -7,7 +7,7 @@ const dashboard: AppRouteModule = {
|
||||
path: '/dashboard',
|
||||
name: 'Dashboard',
|
||||
component: LAYOUT,
|
||||
redirect: '/dashboard/analysis',
|
||||
redirect: PageEnum.BASE_HOME,
|
||||
meta: {
|
||||
orderNo: 10,
|
||||
icon: 'ion:grid-outline',
|
||||
|
||||
Reference in New Issue
Block a user