From ac27db4ee1ca34aad25496c688a28689f5ea983e Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期五, 06 九月 2024 15:51:01 +0800 Subject: [PATCH] 自定义纸质书外部网站跳转页 --- app.json | 35 ++++++++++++++++++++++++++++++----- 1 files changed, 30 insertions(+), 5 deletions(-) diff --git a/app.json b/app.json index 8e696a3..0ab99af 100644 --- a/app.json +++ b/app.json @@ -12,9 +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/bindInfo/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": [ { @@ -26,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", @@ -55,7 +76,12 @@ "pages/bookServices/examination/examination", "pages/bookServices/webpage/index", "pages/components/webView/index", - "pages/bookServices/detail/buyResource/index" + "pages/bookServices/detail/buyResource/index", +<<<<<<< Updated upstream + "pages/bookServices/detail/components/learnTask/index" +======= + "pages/bookServices/linkPage/index" +>>>>>>> Stashed changes ] } ], @@ -105,7 +131,6 @@ "window": { "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#fff", - "navigationBarTitleText": "浜笀E璇�", "navigationBarTextStyle": "black" }, "sitemapLocation": "sitemap.json", -- Gitblit v1.9.1