mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 14:31:41 +08:00
feat(trigger): add trigger config
This commit is contained in:
@@ -42,6 +42,7 @@ export function genRouteModule(moduleList: AppRouteModule[]) {
|
||||
}
|
||||
|
||||
// 动态引入
|
||||
// TODO 错误写法
|
||||
function asyncImportRoute(routes: AppRouteRecordRaw[]) {
|
||||
routes.forEach((item) => {
|
||||
let { component } = item;
|
||||
|
Reference in New Issue
Block a user