This commit is contained in:
ky_sunl
2021-04-15 02:47:01 +00:00
parent 1ae274f845
commit 99b050f8b2
2 changed files with 6 additions and 1 deletions

View File

@@ -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
}

View File

@@ -0,0 +1,3 @@
export default {
}