From 70ac9afc9b0050bafcded76dca0f8cb8dfedacd6 Mon Sep 17 00:00:00 2001 From: yangzhe Date: Mon, 7 Apr 2025 16:58:53 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=AE=BE=E7=BD=AE=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 31 +++++ pages/user/index.vue | 224 +++++++++++++++++++++++++++++++ pages/user/unitInfo/index.vue | 99 ++++++++++++++ pages/user/versionInfo/index.vue | 63 +++++++++ 4 files changed, 417 insertions(+) create mode 100644 pages/user/index.vue create mode 100644 pages/user/unitInfo/index.vue create mode 100644 pages/user/versionInfo/index.vue diff --git a/pages.json b/pages.json index a7606aa..7853156 100644 --- a/pages.json +++ b/pages.json @@ -145,6 +145,31 @@ "navigationBarTitleText": "忘记密码", "enablePullDownRefresh": false } + }, + { + "path": "pages/user/index", + "style": { + "navigationBarTitleText": "", + "navigationBarBackgroundColor": "#e5ebfd", + "navigationBarTextStyle": "white", + "enablePullDownRefresh": true + } + }, + { + "path": "pages/user/unitInfo/index", + "style": { + "navigationBarTitleText": "单位信息", + "navigationBarBackgroundColor": "white", + "navigationBarTextStyle": "black" + } + }, + { + "path": "pages/user/versionInfo/index", + "style": { + "navigationBarTitleText": "版本信息", + "navigationBarBackgroundColor": "white", + "navigationBarTextStyle": "black" + } } ], //分包加载配置,此配置为小程序的分包加载机制。 @@ -190,6 +215,12 @@ "iconPath": "static/tab/my.png", "selectedIconPath": "static/tab/my_cur.png", "text": "我的" + }, + { + "pagePath": "pages/user/index", + "iconPath": "static/tab/my.png", + "selectedIconPath": "static/tab/my_cur.png", + "text": "设置" } ] }, diff --git a/pages/user/index.vue b/pages/user/index.vue new file mode 100644 index 0000000..cea8c18 --- /dev/null +++ b/pages/user/index.vue @@ -0,0 +1,224 @@ + + + + + diff --git a/pages/user/unitInfo/index.vue b/pages/user/unitInfo/index.vue new file mode 100644 index 0000000..d7f0750 --- /dev/null +++ b/pages/user/unitInfo/index.vue @@ -0,0 +1,99 @@ + + + diff --git a/pages/user/versionInfo/index.vue b/pages/user/versionInfo/index.vue new file mode 100644 index 0000000..a646282 --- /dev/null +++ b/pages/user/versionInfo/index.vue @@ -0,0 +1,63 @@ + + +