Skip to content

Commit

Permalink
fix: 首页设置修复
Browse files Browse the repository at this point in the history
  • Loading branch information
yuntian001 committed Oct 19, 2022
1 parent 2a24098 commit 697d75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router/routes/dashboard/1-index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { RouteRecordRaw } from 'vue-router';
export const routes: RouteRecordRaw[] = [
{
path: 'index',
component: () => import('@/views/dashboard/index.vue'),
component: () => import('@/views/dashboard/dashboard.vue'),
meta: { title: '首页', affix: true, icon: 'me-icon-dashboard' },
},
];

0 comments on commit 697d75f

Please sign in to comment.