This commit is contained in:
@@ -15,7 +15,7 @@ import loginManage from './loginManage'
|
|||||||
import dictManage from './dictManage'
|
import dictManage from './dictManage'
|
||||||
import appManage from './appManage'
|
import appManage from './appManage'
|
||||||
import orgManage from './orgManage'
|
import orgManage from './orgManage'
|
||||||
import roleMange from './roleMange'
|
import roleManage from './roleManage'
|
||||||
import userManage from './userManage'
|
import userManage from './userManage'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
@@ -23,6 +23,6 @@ export default {
|
|||||||
...dictManage,
|
...dictManage,
|
||||||
...appManage,
|
...appManage,
|
||||||
...orgManage,
|
...orgManage,
|
||||||
...roleMange,
|
...roleManage,
|
||||||
...userManage
|
...userManage
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user