Browse Source

fix: welcome page not cached in back-end mode (#389)

et2012 4 years ago
parent
commit
f0b93b50e7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mock/sys/menu.ts

+ 1 - 1
mock/sys/menu.ts

@@ -4,7 +4,7 @@ import { MockMethod } from 'vite-plugin-mock';
 // single
 const dashboardRoute = {
   path: '/home',
-  name: 'Home',
+  name: 'Welcome',
   component: '/dashboard/welcome/index',
   meta: {
     title: 'routes.dashboard.welcome',