@cloudbase/lowcode-builder 1.8.76 → 1.8.78

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudbase/lowcode-builder",
3
- "version": "1.8.76",
3
+ "version": "1.8.78",
4
4
  "description": "云开发 Tencent CloudBase Framework Low Code Plugin,将低码配置生成完整项目并一键部署云开发资源。",
5
5
  "author": "yhsunshining@gmail.com",
6
6
  "homepage": "https://github.com/TencentCloudBase/cloudbase-framework#readme",
@@ -520,7 +520,7 @@ export async function checkAuth(app, appId, $page) {
520
520
  <% if(skipCheckAuth){ %> return true <% } %>
521
521
 
522
522
  const loginPage = findLoginPage(app);
523
- const loginPageUUID = loginPage?.uuid || loginPage.id
523
+ const loginPageUUID = loginPage?.uuid || loginPage?.id
524
524
  const currentUUID = $page.uuid || $page.id
525
525
  if (loginPageUUID === currentUUID) {
526
526
  return true;