feat: 增加应用跟项目列表,包含增删改查功能

This commit is contained in:
wangxuefeng
2025-03-04 19:05:07 +08:00
parent a78d892a57
commit 2d202cd6d7
8 changed files with 61 additions and 13 deletions

View File

@@ -79,6 +79,7 @@
.responsive-iframe {
width: 100%;
height: 100%;
border: none;
}
</style>

View File

@@ -12,6 +12,26 @@ const routes: Array<RouteRecordRaw> = [
icon: 'ant-design:appstore-outlined',
},
children: [
{
path: 'list',
name: `${moduleName}-list`,
meta: {
title: '项目列表',
keepAlive: true,
icon: 'ant-design:list',
app: {
url: 'https://localhost:10010',
name: 'low-code-platform-project-list',
// sync: true,
// alive: true,
// degrade: true,
applicationId: 0,
projectId: 4,
fileId: '4g4mz6qi8u',
},
},
component: () => import('@/components/renderer-adapter/index.vue'),
},
{
path: 'add',
name: `${moduleName}-add`,