fix: welcome page not cached in back-end mode (#389)
This commit is contained in:
parent
67962f1dee
commit
f0b93b50e7
|
|
@ -4,7 +4,7 @@ import { MockMethod } from 'vite-plugin-mock';
|
||||||
// single
|
// single
|
||||||
const dashboardRoute = {
|
const dashboardRoute = {
|
||||||
path: '/home',
|
path: '/home',
|
||||||
name: 'Home',
|
name: 'Welcome',
|
||||||
component: '/dashboard/welcome/index',
|
component: '/dashboard/welcome/index',
|
||||||
meta: {
|
meta: {
|
||||||
title: 'routes.dashboard.welcome',
|
title: 'routes.dashboard.welcome',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue