chore: 排查无界加载异常的问题

This commit is contained in:
wangxuefeng
2025-03-19 00:08:19 +08:00
parent a2d308bc1a
commit 9b39f265d3
12 changed files with 369 additions and 260 deletions

View File

@@ -19,16 +19,26 @@ const routes: RouteRecordRaw[] = [
path: 'designer',
name: `${moduleName}-designer`,
meta: {
keepAlive: false,
// keepAlive: false,
title: '低代码编辑器',
icon: 'ant-design:edit-outlined',
},
// component: WujieVueRendererAdapter,
// props: {
// url: `${VITE_DESIGNER_URL}`,
// fileId: '4g4mz6qi8u',
// projectId: 4,
// name: '4g4mz6qi8u',
// sync: false,
// degrade: false,
// },
component: RendererAdapter,
props: {
url: `${VITE_DESIGNER_URL}`,
accessToken: localStorage.getItem('y-code-access-token'),
fileId: '4g4mz6qi8u',
projectId: '4',
name: 'y-code-designer',
},
},
{