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

This commit is contained in:
et2012
2021-03-19 22:51:26 +08:00
committed by GitHub
parent 67962f1dee
commit f0b93b50e7

View File

@@ -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',