fix(mock): make sure the background mode login is normal, fix #452

This commit is contained in:
Vben
2021-04-07 23:52:50 +08:00
parent edc7525103
commit 1e669870cc
3 changed files with 12 additions and 11 deletions

View File

@@ -3,11 +3,11 @@ import { MockMethod } from 'vite-plugin-mock';
// single
const dashboardRoute = {
path: '/home',
path: '/dashboard',
name: 'Welcome',
component: '/dashboard/welcome/index',
component: '/dashboard/analysis/index',
meta: {
title: 'routes.dashboard.welcome',
title: 'routes.dashboard.analysis',
affix: true,
icon: 'bx:bx-home',
},