Unverified Commit f0b93b50 authored by et2012's avatar et2012 Committed by GitHub

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

parent 67962f1d
...@@ -4,7 +4,7 @@ import { MockMethod } from 'vite-plugin-mock'; ...@@ -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',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment