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 dictManage from './dictManage'
import appManage from './appManage' import appManage from './appManage'
import orgManage from './orgManage' import orgManage from './orgManage'
import roleMange from './roleMange'
export default { export default {
...loginManage, ...loginManage,
...dictManage, ...dictManage,
...appManage, ...appManage,
...orgManage ...orgManage,
...roleMange
} }