chore: v1 悦码增加天梯校验

This commit is contained in:
wangxuefeng
2025-03-13 14:56:29 +08:00
parent f2c9e426e5
commit 0a3904512d
11 changed files with 68 additions and 6 deletions

View File

@@ -30,6 +30,7 @@ const routes: Array<RouteRecordRaw> = [
url: VITE_DESIGNER_URL,
name: 'y-code-designer',
projectId: 4,
accessToken: localStorage.getItem('y-code-access-token'),
}),
},
{
@@ -52,6 +53,7 @@ const routes: Array<RouteRecordRaw> = [
h(RendererAdapter, {
url: VITE_V1_URL,
name: 'y-code-v1',
accessToken: localStorage.getItem('y-code-access-token'),
// sync: true,
// alive: true,
degrade: true,