chore: 渲染适配器剔除使用不上的依赖
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user