achao 2 năm trước cách đây
mục cha
commit
1ffba41b1b
1 tập tin đã thay đổi với 15 bổ sung15 xóa
  1. 15 15
      xiaochengxu/manifest.json

+ 15 - 15
xiaochengxu/manifest.json

@@ -48,20 +48,20 @@
     /* SDK配置 */
     "quickapp" : {},
     /* 快应用特有相关 */
-  "mp-weixin": {
-  	"appid": "wxa03b5fb231b72b08",
-  	"setting": {
-  		"urlCheck": false,
-  		"minified": true,
-  		"postcss": true
-  	},
-  	"usingComponents": true,
-  	"permission": {
-  		"scope.userLocation": {
-  			"desc": "为用户提供给接送服务,需要定位信息"
-  		}
-  	},
-  	"requiredPrivateInfos": ["chooseLocation"]
-  },
+    "mp-weixin" : {
+        "appid" : "wx4505a6ea6f703e17",
+        "setting" : {
+            "urlCheck" : false,
+            "minified" : true,
+            "postcss" : true
+        },
+        "usingComponents" : true,
+        "permission" : {
+            "scope.userLocation" : {
+                "desc" : "为用户提供给接送服务,需要定位信息"
+            }
+        },
+        "requiredPrivateInfos" : [ "chooseLocation" ]
+    },
     "vueVersion" : "2"
 }