Skip to content

Commit e7e5f56

Browse files
committed
fix(view): router
1 parent a7194bb commit e7e5f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/src/router/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ export const asyncRoutes = [...routeAdmin, ...routeSuper, ...routeTest]
214214
const routeBase = [
215215
{ path: '/', name: 'index', component: () => import('@/views/home/index'), hidden: true },
216216
{ path: '/line', name: 'line', component: () => import('@/views/home/line'), hidden: true },
217-
{ path: '/home', component: () => import('@/views/home/home'), hidden: true },
217+
{ path: '/home', component: () => import('@/views/home/float'), hidden: true },
218218
{ path: '/md', name: 'md', component: () => import('@/views/markdown/index'), hidden: true },
219219
{ path: '/out', name: 'out', component: () => import('@/views/home/out'), hidden: true },
220220
{ path: '/excel', name: 'excel', component: () => import('@/views/home/excel'), hidden: true },

0 commit comments

Comments
 (0)