mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-26 08:36:19 +08:00
fix(mock): make sure the background mode login is normal, fix #452
This commit is contained in:
@@ -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',
|
||||
},
|
||||
|
Reference in New Issue
Block a user