test: 降级测试

This commit is contained in:
wangxuefeng 2025-03-18 10:12:12 +08:00
parent b8b8ddc467
commit c39fa45dbd

View File

@ -28,9 +28,11 @@ const routes: RouteRecordRaw[] = [
// url: `${VITE_RENDERER_URL}?fileId=7pfr394d6&projectId=4`, // url: `${VITE_RENDERER_URL}?fileId=7pfr394d6&projectId=4`,
url: `${VITE_RENDERER_URL}`, url: `${VITE_RENDERER_URL}`,
// accessToken: localStorage.getItem('y-code-access-token'), // accessToken: localStorage.getItem('y-code-access-token'),
fileId: '7pfr394d6', // fileId: '7pfr394d6',
fileId: '7pg2k840j',
projectId: 4, projectId: 4,
name: 'StaticFileList', name: 'StaticFileList',
degrade: true,
sync: true, sync: true,
}, },
}, },