From 2f1a9a39d6bde43d8c73236f822b3bc79cc96af6 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期五, 06 九月 2024 16:19:57 +0800 Subject: [PATCH] 联系我们修改 --- app.json | 48 +++++++++++++++++++++++++++++++++++------------- 1 files changed, 35 insertions(+), 13 deletions(-) diff --git a/app.json b/app.json index 8f90f72..957797f 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,23 @@ "pages/personalCenter/index", "pages/personalCenter/feedBackSubmit/index", "pages/personalCenter/certificate/index", + "pages/personalCenter/pointsRecord/index", + "pages/personalCenter/myUpload/index", + "pages/bookServices/assort/index", "pages/testLogin/index", - "pages/bookServices/assort/index" + "pages/bindInfo/index", + "pages/bookExhibitionList/select/select", + "pages/digitalTextbooks/index", + "pages/digitalTextbooks/digitalTextbooksDetails/index", + "pages/digitalTextbooks/digitalTextbooksDetails/components/webView/index", + "pages/digitalCourses/index", + "pages/digitalCourses/digitalCoursesDetails/index", + "pages/digitalCourses/digitalCoursesDetails/components/digitalRead/index", + "pages/specialDiscussion/index", + "pages/specialDiscussion/webView/index", + "pages/index/bookDetail", + "pages/index/resourceCover", + "pages/test/testCover" ], "subPackages": [ { @@ -24,8 +40,15 @@ "pages/resourceDetails/document/index", "pages/sampleBookList/index", "pages/sampleBookList/applicationForm/index", - "pages/teacherCertification/index" - ] + "pages/teacherCertification/index", + "pages/publickBookForm/index" + ], + "plugins": { + "t-video": { + "version": "1.0.10", + "provider": "wx5474241b2a65b906" + } + } }, { "root": "packagePersonal", @@ -38,7 +61,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,15 +76,16 @@ "pages/bookServices/examination/examination", "pages/bookServices/webpage/index", "pages/components/webView/index", - "pages/bookServices/buyResource/index", - "pages/bookServices/detail/buyResource/index" + "pages/bookServices/detail/buyResource/index", + "pages/bookServices/detail/components/learnTask/index", + "pages/bookServices/linkPage/index" ] - } + } ], "tabBar": { "custom": true, "color": "#666666", - "selectedColor": "#FF5F15", + "selectedColor": "#ff6c00", "backgroundColor": "#ffffff", "borderStyle": "black", "list": [ @@ -78,7 +102,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,9 +128,7 @@ "window": { "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#fff", - "navigationBarTitleText": "浜笀E璇�", - "navigationBarTextStyle": "black", - " navigationStyle": "custom" + "navigationBarTextStyle": "black" }, "sitemapLocation": "sitemap.json", "permission": { -- Gitblit v1.9.1