From 02167990874e1ac989a4baf08c8ac6e50d276cf2 Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期五, 13 三月 2026 13:30:02 +0800
Subject: [PATCH] feat: 新增巡检任务管理功能

---
 src/pages/equipmentManagement/upkeep/maintain.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/pages/equipmentManagement/upkeep/maintain.vue b/src/pages/equipmentManagement/upkeep/maintain.vue
index f99dcc1..d3b8549 100644
--- a/src/pages/equipmentManagement/upkeep/maintain.vue
+++ b/src/pages/equipmentManagement/upkeep/maintain.vue
@@ -926,11 +926,11 @@
     if (url.startsWith("http://") || url.startsWith("https://")) {
       return url;
     }
-    const uploadsIndex = url.indexOf("uploads");
-    if (uploadsIndex !== -1) {
-      const relativePath = url.substring(uploadsIndex);
-      return `${config.fileUrl}/${relativePath}`;
-    }
+    // const uploadsIndex = url.indexOf("uploads");
+    // if (uploadsIndex !== -1) {
+    //   const relativePath = url.substring(uploadsIndex);
+    //   return `${config.fileUrl}/${relativePath}`;
+    // }
     return `${config.fileUrl}/${url}`;
   };
 

--
Gitblit v1.9.3