From 778510b9a7e3aabb00130c9beee796af41ff4087 Mon Sep 17 00:00:00 2001
From: weipengfei <2187978347@qq.com>
Date: Sat, 29 Jul 2023 14:39:08 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BF=A1=E6=81=AF=E6=9B=B4?=
=?UTF-8?q?=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 11 ++++++++++-
subpkg/archives/archives.vue | 3 ++-
subpkg/updateArchives/updateArchives.vue | 23 +++++++++++++++++++++++
3 files changed, 35 insertions(+), 2 deletions(-)
create mode 100644 subpkg/updateArchives/updateArchives.vue
diff --git a/pages.json b/pages.json
index c970160..e6809fb 100644
--- a/pages.json
+++ b/pages.json
@@ -313,7 +313,16 @@
}, {
"path": "newArchives/newArchives",
"style": {
- "navigationBarTitleText": "新增档案",
+ "navigationBarTitleText": "信息登记",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#3175f9",
+ "navigationBarTextStyle": "white"
+ }
+
+ }, {
+ "path": "updateArchives/updateArchives",
+ "style": {
+ "navigationBarTitleText": "信息更新",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#3175f9",
"navigationBarTextStyle": "white"
diff --git a/subpkg/archives/archives.vue b/subpkg/archives/archives.vue
index c200836..38d4467 100644
--- a/subpkg/archives/archives.vue
+++ b/subpkg/archives/archives.vue
@@ -1,6 +1,7 @@
-
+
+
diff --git a/subpkg/updateArchives/updateArchives.vue b/subpkg/updateArchives/updateArchives.vue
new file mode 100644
index 0000000..bee39cf
--- /dev/null
+++ b/subpkg/updateArchives/updateArchives.vue
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+