chore: 渲染适配器剔除使用不上的依赖

This commit is contained in:
wangxuefeng
2025-03-19 17:14:13 +08:00
parent 748678d6cd
commit 86dc19193a
3 changed files with 373 additions and 445 deletions

View File

@@ -44,6 +44,7 @@ const routes: RouteRecordRaw[] = [
path: 'y-code-designer',
name: 'YCodeDesigner',
meta: {
hideInMenu: true,
title: '低代码设计器',
icon: 'ant-design:edit-outlined',
},
@@ -75,6 +76,7 @@ const routes: RouteRecordRaw[] = [
path: 'test',
name: `Test`,
meta: {
hideInMenu: true,
keepAlive: false,
title: '测试',
icon: 'ant-design:delete-outlined',