chenshilong 6 years ago
parent
commit
11a399b987
1 changed files with 2 additions and 2 deletions
  1. 2 2
      web/building_saas/main/html/main.html

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

@@ -39,8 +39,8 @@
         let userAccount = '<%- userAccount %>';
         let userID = '<%- userID %>';
         let projectReadOnly = JSON.parse('<%- projectReadOnly %>');
-        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>