Browse Source

隐藏块模板库。

chenshilong 5 năm trước cách đây
mục cha
commit
0c4efa2837
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      web/building_saas/main/html/main.html

+ 2 - 2
web/building_saas/main/html/main.html

@@ -42,8 +42,8 @@
         let projectReadOnly = JSON.parse('<%- projectReadOnly %>');
         let projectCooperate = JSON.parse('<%- projectCooperate %>');
         let projectOptins =  JSON.parse('<%- options %>');
-        const G_SHOW_BLOCK_LIB = true;
-//        const G_SHOW_BLOCK_LIB = false;
+        // const G_SHOW_BLOCK_LIB = true;
+       const G_SHOW_BLOCK_LIB = false;
     </script>
 </head>