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