From 5cf052b8f51331576afa6c0faee331423996663b Mon Sep 17 00:00:00 2001
From: ZN <zhang_12370@163.com>
Date: 星期一, 30 三月 2026 16:34:39 +0800
Subject: [PATCH] 阳光印刷修改首页信息 阳光印刷调整设备巡检的上传方式

---
 src/pages/login.vue                  |    2 +-
 src/pages.json                       |   30 +++++++++++++++---------------
 src/pages/inspectionUpload/index.vue |    4 ++--
 3 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/src/pages.json b/src/pages.json
index 572e4f1..419c3df 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -40,19 +40,19 @@
       }
     },
     {
-      "path": "pages/index",
+      "path": "pages/works",
       "style": {
         "navigationBarTitleText": "棣栭〉",
         "navigationStyle": "custom"
       }
     },
-    {
-      "path": "pages/works",
-      "style": {
-        "navigationBarTitleText": "宸ヤ綔鍙�",
-        "navigationStyle": "custom"
-      }
-    },
+//    {
+//      "path": "pages/works",
+//      "style": {
+//        "navigationBarTitleText": "宸ヤ綔鍙�",
+//        "navigationStyle": "custom"
+//      }
+//    },
     {
       "path": "pages/login",
       "style": {
@@ -1293,17 +1293,17 @@
     "backgroundColor": "#ffffff",
     "list": [
       {
-        "pagePath": "pages/index",
+        "pagePath": "pages/works",
         "iconPath": "static/images/tabbar/home.png",
         "selectedIconPath": "static/images/tabbar/homeBlue.png",
         "text": "棣栭〉"
       },
-      {
-        "pagePath": "pages/works",
-        "iconPath": "static/images/tabbar/work.png",
-        "selectedIconPath": "static/images/tabbar/workBlue.png",
-        "text": "宸ヤ綔鍙�"
-      },
+//      {
+//        "pagePath": "pages/works",
+//        "iconPath": "static/images/tabbar/work.png",
+//        "selectedIconPath": "static/images/tabbar/workBlue.png",
+//        "text": "宸ヤ綔鍙�"
+//      },
       {
         "pagePath": "pages/message",
         "iconPath": "static/images/tabbar/new.png",
diff --git a/src/pages/inspectionUpload/index.vue b/src/pages/inspectionUpload/index.vue
index 0a3fc94..135244b 100644
--- a/src/pages/inspectionUpload/index.vue
+++ b/src/pages/inspectionUpload/index.vue
@@ -16,7 +16,7 @@
               <text class="task-location">{{ item.inspectionLocation }}</text>
             </view>
             <view class="task-actions">
-              <u-button type="primary"
+              <!-- <u-button type="primary"
                         size="small"
                         @click.stop="startScanForTask(item)"
                         :customStyle="{
@@ -26,7 +26,7 @@
                 marginRight: '8px'
               }">
                 鎵爜涓婁紶
-              </u-button>
+              </u-button> -->
               <u-button type="primary"
                         size="small"
                         @click.stop="startUploadForTask(item)"
diff --git a/src/pages/login.vue b/src/pages/login.vue
index 5d9b63f..806e964 100644
--- a/src/pages/login.vue
+++ b/src/pages/login.vue
@@ -178,7 +178,7 @@
       sendClientIdToServer();
       // 鍚姩瀹氭椂鑾峰彇鏈娑堟伅鏁伴噺鐨勫畾鏃跺櫒
       startNoticeCountTimer(userId);
-      uni.switchTab({ url: "/pages/index" });
+      uni.switchTab({ url: "/pages/works" });
     });
   }
 

--
Gitblit v1.9.3