From da7392e320c32f40bbd5ca1645f3bd8139e13094 Mon Sep 17 00:00:00 2001 From: gaotian Date: Mon, 5 Aug 2024 14:08:34 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E4=BC=9A=E8=AE=AE=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E5=88=86=E5=8C=85=E5=88=9B=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- meeting/index/index.vue | 0 meeting/online/index.vue | 0 pages.json | 30 ++++++++++++++++++++++++++---- 3 files changed, 26 insertions(+), 4 deletions(-) create mode 100644 meeting/index/index.vue create mode 100644 meeting/online/index.vue diff --git a/meeting/index/index.vue b/meeting/index/index.vue new file mode 100644 index 0000000..e69de29 diff --git a/meeting/online/index.vue b/meeting/online/index.vue new file mode 100644 index 0000000..e69de29 diff --git a/pages.json b/pages.json index 485261c..7abeb01 100644 --- a/pages.json +++ b/pages.json @@ -57,7 +57,8 @@ } ], - "subPackages": [{ + "subPackages": [ + { "root": "pagesA", "pages": [{ "path": "photo/photo_1", @@ -149,10 +150,31 @@ "navigationStyle": "custom" } } - - ] - }], + }, + { + "name":"", + "root":"meeting", + "pages":[ + { + "path":"index/index", + "style": { + "navigationBarTitleText": "首页", + "navigationStyle": "custom", + "enablePullDownRefresh":false + } + }, + { + "path":"online/index", + "style": { + "navigationBarTitleText": "会议中", + "navigationStyle": "custom", + "enablePullDownRefresh":false + } + } + ] + } + ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "%app.name%",