chore: 更新低代码引擎版本,更新平台页面
This commit is contained in:
@@ -11,6 +11,7 @@ const routes: Array<RouteRecordRaw> = [
|
||||
meta: {
|
||||
title: '应用管理',
|
||||
icon: 'ant-design:appstore-outlined',
|
||||
hideInMenu: true,
|
||||
},
|
||||
children: [
|
||||
{
|
||||
|
||||
@@ -33,6 +33,7 @@ const routes: RouteRecordRaw[] = [
|
||||
url: `${VITE_DESIGNER_URL}`,
|
||||
projectId: LOW_CODE_PROJECT_ID,
|
||||
name: 'admin-designer',
|
||||
accessToken: localStorage.getItem('y-code-access-token'),
|
||||
route,
|
||||
};
|
||||
},
|
||||
|
||||
@@ -12,9 +12,10 @@ const routes: Array<RouteRecordRaw> = [
|
||||
path: '/project',
|
||||
name: moduleName,
|
||||
meta: {
|
||||
hideInMenu: true,
|
||||
// hideInMenu: true,
|
||||
title: '项目管理',
|
||||
icon: 'ant-design:appstore-outlined',
|
||||
redirect: '/project/list',
|
||||
},
|
||||
children: [
|
||||
{
|
||||
@@ -23,7 +24,7 @@ const routes: Array<RouteRecordRaw> = [
|
||||
meta: {
|
||||
title: '项目列表',
|
||||
icon: 'ant-design:list',
|
||||
hideInMenu: true,
|
||||
// hideInMenu: true,
|
||||
},
|
||||
component: Renderer,
|
||||
props: (route) => {
|
||||
|
||||
Reference in New Issue
Block a user