feat: 🎸 权限管理开发中

This commit is contained in:
chenkl
2021-01-15 17:27:24 +08:00
parent 8edb2a3493
commit 6d7ea6694d
40 changed files with 2353 additions and 135 deletions

View File

@@ -2,9 +2,13 @@ import Mock from 'mockjs'
import { param2Obj } from '@/utils'
import example from './example'
import user from './user'
import role from './role'
const mocks: any[] = [
...example
...example,
...user,
...role
]
// for front mock