test: 渲染器加载测试
This commit is contained in:
@@ -24,15 +24,14 @@ const routes: RouteRecordRaw[] = [
|
||||
title: '静态文件列表',
|
||||
},
|
||||
props: {
|
||||
// url: 'https://y-code-renderer.shiyue.com/',
|
||||
url: `${VITE_RENDERER_URL}?fileId=7pfr394d6&projectId=4`,
|
||||
// url: `${VITE_RENDERER_URL}`,
|
||||
// accessToken: localStorage.getItem('y-code-access-token'),
|
||||
fileId: '7pfr394d6',
|
||||
projectId: '4',
|
||||
projectId: 4,
|
||||
name: 'StaticFileList',
|
||||
sync: true,
|
||||
degrade: true,
|
||||
// url: 'https://react.dev/',
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user