This commit is contained in:
ky_gyt
2021-04-15 07:04:18 +00:00
parent 6f5623a850
commit 51e313243c

View File

@@ -15,10 +15,12 @@ import loginManage from './loginManage'
import dictManage from './dictManage'
import appManage from './appManage'
import orgManage from './orgManage'
import roleMange from './roleMange'
export default {
...loginManage,
...dictManage,
...appManage,
...orgManage
...orgManage,
...roleMange
}