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';
// single
const dashboardRoute = {
path: '/home',
name: 'Home',
name: 'Welcome',
component: '/dashboard/welcome/index',
meta: {
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