From 0d1359517cd37c1824c9bc4434f6524af9da532a Mon Sep 17 00:00:00 2001 From: "1747191978@qq.com" <1942943850@qq.com> Date: Wed, 19 Feb 2025 10:58:52 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=91=E7=AB=99=E6=A0=87=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E7=A5=9E=E5=A4=B4=E5=8F=91=E7=94=B5=E4=BC=9A?= =?UTF-8?q?=E8=AE=AE=E7=B3=BB=E7=BB=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 大唐会议前台1/manifest.json | 2 +- 大唐会议前台1/pages.json | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/大唐会议前台1/manifest.json b/大唐会议前台1/manifest.json index 472d1e73..bd72f355 100644 --- a/大唐会议前台1/manifest.json +++ b/大唐会议前台1/manifest.json @@ -1,5 +1,5 @@ { - "name" : "大唐会议", + "name" : "神头发电会议系统", "appid" : "__UNI__FBDBEC9", "description" : "多平台快速开发的UI框架", "versionName" : "1.0.0", diff --git a/大唐会议前台1/pages.json b/大唐会议前台1/pages.json index abec6a91..165b6610 100644 --- a/大唐会议前台1/pages.json +++ b/大唐会议前台1/pages.json @@ -2,17 +2,20 @@ "pages": [ { "path": "pages/index/index" // 会议列表 - },{ + }, + { "path": "pages/index/details" // 会议详情 - },{ + }, + { "path": "pages/index/pdf" // 预览pdf - },{ + }, + { "path": "pages/user/login" // 登录 } ], "globalStyle": { "navigationBarTextStyle": "black", - "navigationBarTitleText": "大唐会议", + "navigationBarTitleText": "神头发电会议系统", "navigationBarBackgroundColor": "#FFFFFF", "backgroundColor": "#FFFFFF", "navigationStyle": "custom"