From 65c4a68484a8d6fee25d3bb94bb7a24da6dfc147 Mon Sep 17 00:00:00 2001
From: Sanakey <714737083@qq.com>
Date: 星期五, 06 十一月 2020 18:01:04 +0800
Subject: [PATCH] 优化小程序页面加载速度

---
 app.json |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/app.json b/app.json
index fef2a4c..4862b4d 100644
--- a/app.json
+++ b/app.json
@@ -1,7 +1,6 @@
 {
   "pages": [
     "pages/index/index",
-    "pages/index2/index2",
     "pages/logs/logs",
     "pages/filter/filter",
     "pages/filterProduct/filterProduct",
@@ -32,6 +31,7 @@
     "pages/message/message",
     "pages/detailCosmo/detailCosmo",
     "pages/classify/classify",
+    "pages/classify2/classify2",
     "pages/cart/cart",
     "pages/user/user",
     "pages/detail/detail",
@@ -98,7 +98,7 @@
         "text": "鍟嗗煄"
       },
       {
-        "pagePath": "pages/classify/classify",
+        "pagePath": "pages/classify2/classify2",
         "iconPath": "imgs/icon/classify.png",
         "selectedIconPath": "imgs/icon/classify-s.png",
         "text": "鍒嗙被"
@@ -134,14 +134,18 @@
   ],
   "permission": {
     "scope.userLocation": {
-      "desc": "浣犵殑浣嶇疆淇℃伅灏嗙敤浜庡皬绋嬪簭浣嶇疆鎺ュ彛鐨勬晥鏋滃睍绀�"
+      "desc": "浣犵殑浣嶇疆淇℃伅灏嗙敤浜庡皬绋嬪簭瀹氫綅"
     }
   },
   "plugins": {
     "live-player-plugin": {
-      "version": "1.1.8",
+      "version": "1.2.2",
       "provider": "wx2b03c6e691cd7370"
+    },
+    "chooseLocation": {
+      "version": "1.0.5",
+      "provider": "wx76a9a06e5b4e693e"
     }
   },
   "sitemapLocation": "sitemap.json"
-}
\ No newline at end of file
+}

--
Gitblit v1.8.0