This commit is contained in:
@@ -14,9 +14,11 @@
|
||||
import loginManage from './loginManage'
|
||||
import dictManage from './dictManage'
|
||||
import appManage from './appManage'
|
||||
import orgManage from './orgManage'
|
||||
|
||||
export default {
|
||||
...loginManage,
|
||||
...dictManage,
|
||||
...appManage
|
||||
...appManage,
|
||||
...orgManage
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
export default {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user