From f6722e13ba28cd292c162df9292bb3418ba12bec Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期三, 25 六月 2025 15:17:50 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/2.0.1' into 2.0.1

---
 wx/unpackage/dist/dev/mp-weixin/app.json |   39 +++++++++++++++++++++++++++++++++++++--
 1 files changed, 37 insertions(+), 2 deletions(-)

diff --git a/wx/unpackage/dist/dev/mp-weixin/app.json b/wx/unpackage/dist/dev/mp-weixin/app.json
index 13744f9..d95ddbe 100644
--- a/wx/unpackage/dist/dev/mp-weixin/app.json
+++ b/wx/unpackage/dist/dev/mp-weixin/app.json
@@ -1,8 +1,8 @@
 {
   "pages": [
+    "pages/myPolicy/myPolicy",
     "pages/index/index",
     "pages/login/login",
-    "pages/myPolicy/myPolicy",
     "pages/policyDetails/policyDetails",
     "pages/add_subtract_insurance/add_subtract_insurance",
     "pages/addition_subtraction_details/addition_subtraction_details",
@@ -24,7 +24,9 @@
     "pages/factory_change_insurance/factory_change_insurance",
     "pages/factory_change_personnel/factory_change_personnel",
     "pages/webView/webView",
-    "pages/compensationDetails/compensationDetails"
+    "pages/compensationDetails/compensationDetails",
+    "pages/changeRecord/changeRecord",
+    "pages/mine/mine"
   ],
   "subPackages": [],
   "window": {
@@ -33,5 +35,38 @@
     "navigationBarBackgroundColor": "#ffffff",
     "backgroundColor": "#F8F8F8"
   },
+  "tabBar": {
+    "custom": true,
+    "color": "#777777",
+    "selectedColor": "#222222",
+    "borderStyle": "black",
+    "backgroundColor": "#fff",
+    "list": [
+      {
+        "pagePath": "pages/myPolicy/myPolicy",
+        "iconPath": "static/icon/nav_home@2x.png",
+        "selectedIconPath": "static/icon/nav_home_sel@2x.png",
+        "text": "淇濆崟"
+      },
+      {
+        "pagePath": "pages/online_reporting/online_reporting",
+        "iconPath": "static/icon/nav_lipei@2x.png",
+        "selectedIconPath": "static/icon/nav_lipei_sel@2x.png",
+        "text": "鐞嗚禂"
+      },
+      {
+        "pagePath": "pages/changeRecord/changeRecord",
+        "iconPath": "static/icon/nav_biangeng@2x.png",
+        "selectedIconPath": "static/icon/nav_biangeng_sel@2x.png",
+        "text": "鍙樻洿璁板綍"
+      },
+      {
+        "pagePath": "pages/mine/mine",
+        "iconPath": "static/icon/nav_wode@2x.png",
+        "selectedIconPath": "static/icon/nav_wode_sel@2x.png",
+        "text": "鎴戠殑"
+      }
+    ]
+  },
   "usingComponents": {}
 }
\ No newline at end of file

--
Gitblit v1.9.3