Browse Source

fix: 分享组价模板bug

vian 4 years ago
parent
commit
54502d3cb9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/common/components/share/index.js

+ 1 - 1
web/common/components/share/index.js

@@ -14,7 +14,7 @@ const SHARE_TO = (() => {
         PROJECT: 1,
         RATION_LIB: 2,
         GLJ_LIB: 3,
-        BLOCK_LIB: 3,
+        BLOCK_LIB: 4,
     };
 
     const ModeToLibType = {