From e3fe8b0782e38f760df9b09a52b09d4282e3fa66 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期三, 03 四月 2024 15:50:20 +0800 Subject: [PATCH] ys1 --- app.json | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/app.json b/app.json index 8e5515e..5d3f411 100644 --- a/app.json +++ b/app.json @@ -1,6 +1,7 @@ { "pages": [ "pages/home/home", + "pages/home/digitalRead/index", "pages/retrievalPage/index", "pages/cart/paymentPage/index", "pages/student/index", @@ -11,8 +12,9 @@ "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" ], "subPackages": [ { @@ -38,7 +40,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" @@ -52,7 +54,8 @@ "pages/bookServices/detail/index", "pages/bookServices/examination/examination", "pages/bookServices/webpage/index", - "pages/components/webView/index" + "pages/components/webView/index", + "pages/bookServices/detail/buyResource/index" ] } ], -- Gitblit v1.9.1