mirror of
https://github.com/certd/certd.git
synced 2026-04-23 11:37:23 +08:00
🔱: [client] sync upgrade with 4 commits [trident-sync]
refactor: 修复login页面logo错位问题 refactor: 移除fs-bpmn refactor: publishConfig 恢复
This commit is contained in:
@@ -1,7 +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 { uiResources } from "/@/router/source/modules/ui";
|
||||
// import { integrationResources } from "/@/router/source/modules/integration";
|
||||
import { sysResources } from "/@/router/source/modules/sys";
|
||||
export const frameworkResource = [
|
||||
{
|
||||
@@ -26,7 +26,7 @@ export const frameworkResource = [
|
||||
}
|
||||
},
|
||||
...crudResources,
|
||||
...integrationResources,
|
||||
// ...integrationResources,
|
||||
...sysResources
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user