@cloudbase/lowcode-builder 1.3.7 → 1.3.8

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.3.7",
3
+ "version": "1.3.8",
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",
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@cloudbase/cals": "^0.5.10",
42
- "@cloudbase/lowcode-generator": "^1.3.3",
42
+ "@cloudbase/lowcode-generator": "^1.3.4",
43
43
  "axios": "^0.21.0",
44
44
  "browserfs": "^1.4.3",
45
45
  "browserify-zlib": "^0.2.0",
@@ -475,7 +475,7 @@
475
475
  crossorigin
476
476
  src="<%=
477
477
  cdnEndpoints.cdngo
478
- %>/lcap/lcap-resource-cdngo/-/0.1.4/_files/static/weda-render/main.dc06b72ade1c0972ca04.bundle.js"
478
+ %>/lcap/lcap-resource-cdngo/-/0.1.4/_files/static/weda-render/main.93e5fcdaff8b78e37e71.bundle.js"
479
479
  ></script>
480
480
  </body>
481
481
  </html>
@@ -341,7 +341,6 @@ export function formatErrorMsg(e) {
341
341
  * 检查页面权限
342
342
  **/
343
343
  export async function checkAuth(app, appId, $page) {
344
- return true;
345
344
  const loginPage = findLoginPage(app);
346
345
  if (loginPage?.id === $page.id) {
347
346
  return true;
@@ -42,7 +42,7 @@ const EXTRA_PROPS_MAP = [
42
42
  /**
43
43
  * widgetProps 附带值
44
44
  */
45
- '_id',
45
+ // '_id',
46
46
  '_order',
47
47
  'classList',
48
48
  ].reduce((map, key) => {