chore: 无界渲染适配器改为默认不降级
This commit is contained in:
@@ -53,6 +53,7 @@ const routes: Array<RouteRecordRaw> = [
|
||||
fileId: '45ucatjys',
|
||||
projectId: LOW_CODE_PROJECT_ID,
|
||||
getRouter: () => router,
|
||||
degrade: false,
|
||||
route,
|
||||
};
|
||||
},
|
||||
|
||||
@@ -11,7 +11,6 @@ const routes: RouteRecordRaw[] = [
|
||||
name: 'StaticFile',
|
||||
meta: {
|
||||
icon: 'ant-design:file',
|
||||
order: 2,
|
||||
title: '静态文件管理',
|
||||
},
|
||||
children: [
|
||||
|
||||
Reference in New Issue
Block a user