feat: 低代码平台增加应用列表
This commit is contained in:
@@ -28,7 +28,11 @@
|
||||
name: 'low-code-renderer',
|
||||
classListArray: ['responsive-iframe'],
|
||||
model: {
|
||||
id: route.meta?.app?.url,
|
||||
name: route.meta?.app?.name,
|
||||
applicationId: route.meta?.app?.applicationId,
|
||||
projectId: route.meta?.app?.projectId,
|
||||
fileId: route.meta?.app?.fileId,
|
||||
url: route.meta?.app?.url,
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
@@ -25,6 +25,9 @@ const routes: Array<RouteRecordRaw> = [
|
||||
sync: true,
|
||||
alive: true,
|
||||
degrade: true,
|
||||
applicationId: 0,
|
||||
projectId: 4,
|
||||
fileId: 'b91n1y9yr',
|
||||
},
|
||||
},
|
||||
component: () => import('@/components/renderer-adapter/index.vue'),
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
import { getApplicationList, createApplication, deleteApplication } from '@/io';
|
||||
|
||||
const addData = {
|
||||
name: 'test',
|
||||
name: '低代码平台',
|
||||
alias: 'low-code-platform',
|
||||
active: true,
|
||||
};
|
||||
|
||||
|
||||
@@ -3,9 +3,10 @@
|
||||
import { getProjectList, createProject, deleteProject } from '@/io';
|
||||
|
||||
const addData = {
|
||||
application_id: 3,
|
||||
description: 'test project',
|
||||
name: 'test project',
|
||||
application_id: 1,
|
||||
description: '低代码项目管理平台',
|
||||
name: '低代码项目管理平台',
|
||||
alias: 'low-code-project-management-platform',
|
||||
platform: 'web',
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user