shish преди 11 месеца
родител
ревизия
806aa6303f
променени са 2 файла, в които са добавени 22 реда и са изтрити 0 реда
  1. 11 0
      ghsApp/src/manifest.json
  2. 11 0
      hdApp/src/manifest.json

+ 11 - 0
ghsApp/src/manifest.json

@@ -168,6 +168,8 @@
             }
         }
     },
+    /* 快应用特有相关 */
+    "quickapp" : {},
     /* 小程序特有相关 线上(销花宝) wxcf32b3f0684c2433 开发(花掌柜) wx21b7c3ef12082099 */
     "mp-weixin" : {
         "appid" : "wx21b7c3ef12082099",
@@ -185,6 +187,15 @@
         },
         "lazyCodeLoading":"requiredComponents"
     },
+    "mp-alipay" : {
+        "usingComponents" : true
+    },
+    "mp-baidu" : {
+        "usingComponents" : true
+    },
+    "mp-toutiao" : {
+        "usingComponents" : true
+    },
     "h5" : {
         "template" : "template.h5.html",
         "router" : {

+ 11 - 0
hdApp/src/manifest.json

@@ -149,6 +149,8 @@
             }
         }
     },
+    /* 快应用特有相关 */
+    "quickapp" : {},
     /* 小程序特有相关 线上(花掌柜) wx0d42f5f1dcb3a370 开发(花美玲) wxe4675bab299a52f7 */
     "mp-weixin" : {
         "appid" : "wxe4675bab299a52f7",
@@ -166,6 +168,15 @@
         },
         "lazyCodeLoading":"requiredComponents"
     },
+    "mp-alipay" : {
+        "usingComponents" : true
+    },
+    "mp-baidu" : {
+        "usingComponents" : true
+    },
+    "mp-toutiao" : {
+        "usingComponents" : true
+    },
     "h5" : {
         "template" : "template.h5.html",
         "router" : {