Skip to content

Commit

Permalink
feat: 🎸 权限管理开发中
Browse files Browse the repository at this point in the history
  • Loading branch information
kailong321200875 committed Jan 15, 2021
1 parent 8edb2a3 commit 6d7ea66
Show file tree
Hide file tree
Showing 40 changed files with 2,353 additions and 135 deletions.
8 changes: 0 additions & 8 deletions lint-staged.config.js

This file was deleted.

6 changes: 5 additions & 1 deletion mock/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit 6d7ea66

Please sign in to comment.