Explorar el Código

修改代码配置

huangxw hace 2 semanas
padre
commit
b5c2913721
Se han modificado 2 ficheros con 4 adiciones y 4 borrados
  1. 3 2
      src/manifest.json
  2. 1 2
      src/plant/base/base-edit/index.vue

+ 3 - 2
src/manifest.json

@@ -56,9 +56,10 @@
     "quickapp": {},
     /* 小程序特有相关 */
     "mp-weixin": {
-        "appid": "wxf11517e71e36169f",
+        "appid": "wx77a892f4c82cb7a3",
         "setting": {
-            "urlCheck": false
+            "urlCheck": false,
+            "minified": true
         },
         "usingComponents": true,
         "mergeVirtualHostAttributes": true,

+ 1 - 2
src/plant/base/base-edit/index.vue

@@ -79,7 +79,6 @@
                                 <span>请选择要关联的GAP基地获评信息</span>
                             </up-button>
                         </up-form-item>
-
                     </template>
                 </template>
                 <template v-if="!+form.baseInfo.gapFlag && !form.baseInfo.gapId">
@@ -711,7 +710,7 @@ const selectGapInfo = () => {
             baseType: form.value.baseInfo.baseType,
         },
     });
-}
+};
 const confirmArea = (area: any) => {
     form.value.baseInfo.gapInfo.adcodeName = area.fullName;
 };