From dc934dfd63fecff84d0bf996418e041b9bd4ea59 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期二, 30 四月 2024 18:16:13 +0800 Subject: [PATCH] bug修改 --- app.json | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/app.json b/app.json index 457929b..f78a613 100644 --- a/app.json +++ b/app.json @@ -1,9 +1,10 @@ { "pages": [ "pages/home/home", + "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", @@ -11,8 +12,10 @@ "pages/personalCenter/index", "pages/personalCenter/feedBackSubmit/index", "pages/personalCenter/certificate/index", + "pages/bookServices/assort/index", "pages/testLogin/index", - "pages/bookServices/assort/index" + "pages/bindInfo/index", + "pages/bookExhibitionList/select/select" ], "subPackages": [ { @@ -38,7 +41,7 @@ "pages/downloads/index", "pages/activateProduct/index", "pages/sampleBooks/index", - "pages/personalCenter/publishBooks/index", + "pages/publishBooks/index", "pages/feedBack/index", "pages/aboutUs/index", "pages/userSetting/index" @@ -53,7 +56,6 @@ "pages/bookServices/examination/examination", "pages/bookServices/webpage/index", "pages/components/webView/index", - "pages/bookServices/buyResource/index", "pages/bookServices/detail/buyResource/index" ] } @@ -78,7 +80,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" @@ -104,7 +106,6 @@ "window": { "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#fff", - "navigationBarTitleText": "浜笀E璇�", "navigationBarTextStyle": "black" }, "sitemapLocation": "sitemap.json", -- Gitblit v1.9.1