chore: 设计器使用天梯 token

This commit is contained in:
wangxuefeng 2025-03-25 17:00:41 +08:00
parent 9fb056e8cc
commit e33726e74e

View File

@ -52,6 +52,7 @@ const routes: RouteRecordRaw[] = [
projectId: route.query.projectId, projectId: route.query.projectId,
name: `y-code-designer-${route.params.projectId}`, name: `y-code-designer-${route.params.projectId}`,
route, route,
accessToken: localStorage.getItem('y-code-access-token'),
}; };
}, },
}, },