shish 11 mēneši atpakaļ
vecāks
revīzija
806aa6303f
2 mainītis faili ar 22 papildinājumiem un 0 dzēšanām
  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 */
     /* 小程序特有相关 线上(销花宝) wxcf32b3f0684c2433 开发(花掌柜) wx21b7c3ef12082099 */
     "mp-weixin" : {
     "mp-weixin" : {
         "appid" : "wx21b7c3ef12082099",
         "appid" : "wx21b7c3ef12082099",
@@ -185,6 +187,15 @@
         },
         },
         "lazyCodeLoading":"requiredComponents"
         "lazyCodeLoading":"requiredComponents"
     },
     },
+    "mp-alipay" : {
+        "usingComponents" : true
+    },
+    "mp-baidu" : {
+        "usingComponents" : true
+    },
+    "mp-toutiao" : {
+        "usingComponents" : true
+    },
     "h5" : {
     "h5" : {
         "template" : "template.h5.html",
         "template" : "template.h5.html",
         "router" : {
         "router" : {

+ 11 - 0
hdApp/src/manifest.json

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