From 54bb26dd12dacbbd2bdf006ed8ca3e28f45fcf7d Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 11 三月 2026 13:38:53 +0800
Subject: [PATCH] 进销存升级app 1.将首页与工作台分开,添加新首页样式 2.首页饼状图不展示修改

---
 src/pages.json |  115 +++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 110 insertions(+), 5 deletions(-)

diff --git a/src/pages.json b/src/pages.json
index 0772b2e..8d715d0 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -26,15 +26,16 @@
       }
     },
     {
-      "path": "pages/login",
+      "path": "pages/works",
       "style": {
-        "navigationBarTitleText": "鐧诲綍"
+        "navigationBarTitleText": "宸ヤ綔鍙�",
+        "navigationStyle": "custom"
       }
     },
     {
-      "path": "pages/work",
+      "path": "pages/login",
       "style": {
-        "navigationBarTitleText": "宸ヤ綔鍙�"
+        "navigationBarTitleText": "鐧诲綍"
       }
     },
     {
@@ -599,7 +600,7 @@
     {
       "path": "pages/inspectionUpload/index",
       "style": {
-        "navigationBarTitleText": "宸℃涓婁紶",
+        "navigationBarTitleText": "璁惧宸℃",
         "navigationStyle": "custom",
         "enablePullDownRefresh": true,
         "backgroundColor": "#f8f8f8"
@@ -886,6 +887,104 @@
       }
     },
     {
+      "path": "pages/humanResources/contractManagement/index",
+      "style": {
+        "navigationBarTitleText": "鍚堝悓绠$悊",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/qualityManagement/materialInspection/index",
+      "style": {
+        "navigationBarTitleText": "鍘熸潗鏂欐楠�",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/qualityManagement/materialInspection/add",
+      "style": {
+        "navigationBarTitleText": "鍘熸潗鏂欐楠屾坊鍔�",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/qualityManagement/materialInspection/detail",
+      "style": {
+        "navigationBarTitleText": "鍘熸潗鏂欐楠岃鎯�",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/qualityManagement/materialInspection/fileList",
+      "style": {
+        "navigationBarTitleText": "鍘熸潗鏂欐楠岄檮浠�",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/qualityManagement/processInspection/index",
+      "style": {
+        "navigationBarTitleText": "杩囩▼妫�楠�",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/qualityManagement/processInspection/add",
+      "style": {
+        "navigationBarTitleText": "杩囩▼妫�楠屾坊鍔�",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/qualityManagement/processInspection/detail",
+      "style": {
+        "navigationBarTitleText": "杩囩▼妫�楠岃鎯�",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/qualityManagement/processInspection/fileList",
+      "style": {
+        "navigationBarTitleText": "杩囩▼妫�楠岄檮浠�",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/qualityManagement/finalInspection/index",
+      "style": {
+        "navigationBarTitleText": "鍑哄巶妫�楠�",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/qualityManagement/finalInspection/add",
+      "style": {
+        "navigationBarTitleText": "鍑哄巶妫�楠屾坊鍔�",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/qualityManagement/finalInspection/detail",
+      "style": {
+        "navigationBarTitleText": "鍑哄巶妫�楠岃鎯�",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/qualityManagement/finalInspection/fileList",
+      "style": {
+        "navigationBarTitleText": "鍑哄巶妫�楠岄檮浠�",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/cooperativeOffice/customerManage/detail",
+      "style": {
+        "navigationBarTitleText": "瀹㈡埛璇︽儏",
+        "navigationStyle": "custom"
+      }
+    },
+    {
       "path": "pages/message",
       "style": {
         "navigationBarTitleText": "娑堟伅涓績"
@@ -1102,6 +1201,12 @@
         "text": "棣栭〉"
       },
       {
+        "pagePath": "pages/works",
+        "iconPath": "static/images/tabbar/home.png",
+        "selectedIconPath": "static/images/tabbar/home_.png",
+        "text": "宸ヤ綔鍙�"
+      },
+      {
         "pagePath": "pages/message",
         "iconPath": "static/images/tabbar/work.png",
         "selectedIconPath": "static/images/tabbar/work_.png",

--
Gitblit v1.9.3