From 38a733648a0ecc76b326eb5546ed08e7a81c3408 Mon Sep 17 00:00:00 2001 From: ihzero Date: Tue, 23 Apr 2024 23:27:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/src/pages.json b/src/pages.json index 18c0653..c0120a3 100644 --- a/src/pages.json +++ b/src/pages.json @@ -227,6 +227,40 @@ } } ] + }, + { + "root": "pages/train-books", + "pages": [ + { + "path": "index", + "style": { + "navigationBarTitleText": "培训课件" + } + }, + { + "path": "detail", + "style": { + "navigationBarTitleText": "培训课件" + } + } + ] + }, + { + "root": "pages/examination", + "pages": [ + { + "path": "index", + "style": { + "navigationBarTitleText": "培训考试" + } + }, + { + "path": "detail", + "style": { + "navigationBarTitleText": "培训考试" + } + } + ] } ], "globalStyle": {