From 8346af3f3970e300b84073bdbde07616d04da8fe Mon Sep 17 00:00:00 2001 From: xiaohei <1494046114@qq.com> Date: Wed, 20 Mar 2024 11:37:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=B7=BB=E5=8A=A0=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7=E3=80=81=E4=BF=AE=E6=94=B9=E5=85=9A?= =?UTF-8?q?=E5=91=98=E6=9C=8D=E5=8A=A1=E3=80=81=E6=B4=BB=E5=8A=A8=E9=A3=8E?= =?UTF-8?q?=E9=87=87=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 1 + src/App.vue | 14 ++++ .../people/pages/activity-mien/detail.vue | 12 ++- .../people/pages/activity-mien/index.vue | 4 +- .../people/pages/party-newspaper/index.vue | 19 ++++- .../people/pages/volunteering/index.vue | 83 +++++++++++++++++++ src/pages.json | 7 +- src/utils/version.json | 3 + 8 files changed, 135 insertions(+), 8 deletions(-) create mode 100644 src/utils/version.json diff --git a/index.html b/index.html index ea298b9..c44f7a8 100644 --- a/index.html +++ b/index.html @@ -2,6 +2,7 @@
+ diff --git a/src/pages.json b/src/pages.json index 1183022..7b63447 100644 --- a/src/pages.json +++ b/src/pages.json @@ -260,7 +260,12 @@ { "path": "pages/activity-mien/detail", "name": "people", - "style": {} + "style": { + "navigationBarTitleText": "", + "navigationStyle": "default", + "navigationBarBackgroundColor": "#ffffff", + "navigationBarTextStyle": "black" + } }, { "path": "pages/volunteering/index", diff --git a/src/utils/version.json b/src/utils/version.json new file mode 100644 index 0000000..fdc16e8 --- /dev/null +++ b/src/utils/version.json @@ -0,0 +1,3 @@ +{ + "version":"1.0" +} \ No newline at end of file