You've already forked vue-element-admin
feature[Permission]: add role permission management page (#1605)
This commit is contained in:
@@ -2,11 +2,13 @@ import login from './login'
|
||||
import article from './article'
|
||||
import search from './remoteSearch'
|
||||
import transaction from './transaction'
|
||||
import role from './role'
|
||||
|
||||
export default {
|
||||
...login,
|
||||
...article,
|
||||
...search,
|
||||
...transaction
|
||||
...transaction,
|
||||
...role
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user