mirror of
https://github.com/vbenjs/vben-admin-thin-next.git
synced 2025-02-02 18:08:40 +08:00
refactor: change homePath
This commit is contained in:
parent
07c2567751
commit
58e8be3f22
@ -1,5 +1,6 @@
|
||||
import { MockMethod } from 'vite-plugin-mock';
|
||||
import { resultError, resultSuccess, getRequestToken, requestParams } from '../_util';
|
||||
import { PageEnum } from '/@/enums/pageEnum';
|
||||
|
||||
export function createFakeUserList() {
|
||||
return [
|
||||
@ -11,7 +12,7 @@ export function createFakeUserList() {
|
||||
desc: 'manager',
|
||||
password: '123456',
|
||||
token: 'fakeToken1',
|
||||
homePath: '/dashboard/analysis',
|
||||
homePath: PageEnum.BASE_HOME,
|
||||
roles: [
|
||||
{
|
||||
roleName: 'Super Admin',
|
||||
|
Loading…
Reference in New Issue
Block a user