Commit f0b93b50e7b6b9c444f8422f91be73085be8c5fe
Committed by
GitHub
1 parent
67962f1d
fix: welcome page not cached in back-end mode (#389)
Showing
1 changed file
with
1 additions
and
1 deletions
mock/sys/menu.ts
@@ -4,7 +4,7 @@ import { MockMethod } from 'vite-plugin-mock'; | @@ -4,7 +4,7 @@ import { MockMethod } from 'vite-plugin-mock'; | ||
4 | // single | 4 | // single |
5 | const dashboardRoute = { | 5 | const dashboardRoute = { |
6 | path: '/home', | 6 | path: '/home', |
7 | - name: 'Home', | 7 | + name: 'Welcome', |
8 | component: '/dashboard/welcome/index', | 8 | component: '/dashboard/welcome/index', |
9 | meta: { | 9 | meta: { |
10 | title: 'routes.dashboard.welcome', | 10 | title: 'routes.dashboard.welcome', |