From 78068d49c20a8b90db902d955f558af507eb8b96 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期四, 11 四月 2024 16:06:12 +0800
Subject: [PATCH] 各页面添加骨架屏

---
 app.json |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app.json b/app.json
index 5d3f411..8e696a3 100644
--- a/app.json
+++ b/app.json
@@ -4,7 +4,7 @@
     "pages/home/digitalRead/index",
     "pages/retrievalPage/index",
     "pages/cart/paymentPage/index",
-    "pages/student/index",
+    "pages/study/index",
     "pages/cart/index",
     "pages/bookExhibitionList/index",
     "pages/bookExhibitionDetails/index",
@@ -79,7 +79,7 @@
         "selectedIconPatn": "/static/images/home/service-click@2x.png"
       },
       {
-        "pagePath": "pages/student/index",
+        "pagePath": "pages/study/index",
         "text": "瀛︿範",
         "iconPath": "/static/images/home/learn@2x.png",
         "selectedIconPatn": "/static/images/home/learn-click@2x.png"

--
Gitblit v1.9.1