chore: 更新低代码引擎版本,更新平台页面

This commit is contained in:
wangxuefeng
2025-03-30 18:13:47 +08:00
parent aa6f8cfd62
commit cf1fab8c58
8 changed files with 172 additions and 169 deletions

View File

@@ -11,6 +11,7 @@ const routes: Array<RouteRecordRaw> = [
meta: {
title: '应用管理',
icon: 'ant-design:appstore-outlined',
hideInMenu: true,
},
children: [
{

View File

@@ -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,
};
},

View File

@@ -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) => {