Explorar o código

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

et2012 %!s(int64=4) %!d(string=hai) anos
pai
achega
f0b93b50e7
Modificáronse 1 ficheiros con 1 adicións e 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',