mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
🔱: [client] sync upgrade with 8 commits [trident-sync]
perf: 增加自定义组件示例 Merge remote-tracking branch 'origin/main' refactor: fs-bpmn refactor: integration fs-bpmn refactor: 集成fs-bpmn refactor: refactor: 优化i18n
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import LayoutFramework from "/src/layout/layout-framework.vue";
|
||||
import { crudResources } from "/@/router/source/modules/crud";
|
||||
import { uiResources } from "/@/router/source/modules/ui";
|
||||
import { integrationResources } from "/@/router/source/modules/integration";
|
||||
import { sysResources } from "/@/router/source/modules/sys";
|
||||
export const frameworkResource = [
|
||||
{
|
||||
@@ -25,6 +26,7 @@ export const frameworkResource = [
|
||||
}
|
||||
},
|
||||
...crudResources,
|
||||
...integrationResources,
|
||||
...sysResources
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user