Skip to content

Commit f0b93b5

Browse files
authored
fix: welcome page not cached in back-end mode (#389)
1 parent 67962f1 commit f0b93b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mock/sys/menu.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { MockMethod } from 'vite-plugin-mock';
44
// single
55
const dashboardRoute = {
66
path: '/home',
7-
name: 'Home',
7+
name: 'Welcome',
88
component: '/dashboard/welcome/index',
99
meta: {
1010
title: 'routes.dashboard.welcome',

0 commit comments

Comments
 (0)