Explorar el Código

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

et2012 hace 4 años
padre
commit
f0b93b50e7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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',