Explorar o código

chore: 更新微信小程序配置和扩展信息

更新app.json添加lazyCodeLoading配置
修改ext.json中的extAppid和APPID为新值
wangxl hai 1 mes
pai
achega
2fec20fc7b
Modificáronse 2 ficheiros con 4 adicións e 3 borrados
  1. 2 1
      app.json
  2. 2 2
      ext.json

+ 2 - 1
app.json

@@ -34,5 +34,6 @@
       }
     ]
   },
-  "sitemapLocation": "sitemap.json"
+  "sitemapLocation": "sitemap.json",
+  "lazyCodeLoading": "requiredComponents"
 }

+ 2 - 2
ext.json

@@ -1,10 +1,10 @@
 {
   "extEnable": true,
-  "extAppid": "wx2ce881915a6b9b6c",
+  "extAppid": "wxf77a42154f9aa96c",
   "directCommit": false,
   "ext": {
     "name": "wechat",
-    "APPID": "wx2ce881915a6b9b6c",
+    "APPID": "wxf77a42154f9aa96c",
     "URL":"https://wxmini.mixienet.com.cn/index/"
   }
 }