From 2d10745e4832904e2ab39c413cf7670c6f9408b9 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 26 九月 2025 13:06:25 +0800
Subject: [PATCH] 巡检上传
---
src/pages/index.vue | 82 ++++++++++++++++++++--------------------
1 files changed, 41 insertions(+), 41 deletions(-)
diff --git a/src/pages/index.vue b/src/pages/index.vue
index 1749b98..f555632 100644
--- a/src/pages/index.vue
+++ b/src/pages/index.vue
@@ -271,26 +271,26 @@
icon: '/static/images/icon/xunjianshangchuan@2x.png',
label: '宸℃涓婁紶',
},
- {
- icon: '/static/images/icon/guzhangfenxi@2x.png',
- label: '鍒嗘瀽杩芥函',
- bgColor: '#ff9800'
- },
- {
- icon: '/static/images/icon/zhinengpaidan@2x.png',
- label: '鏅鸿兘娲惧崟',
- bgColor: '#ff6b35'
- },
- {
- icon: '/static/images/icon/zuoyezhidao@2x.png',
- label: '浣滀笟鎸囧',
- bgColor: '#4caf50'
- },
- {
- icon: '/static/images/icon/jieguoyanzheng@2x.png',
- label: '缁撴灉楠岃瘉',
- bgColor: '#9c27b0'
- }
+ // {
+ // icon: '/static/images/icon/guzhangfenxi@2x.png',
+ // label: '鍒嗘瀽杩芥函',
+ // bgColor: '#ff9800'
+ // },
+ // {
+ // icon: '/static/images/icon/zhinengpaidan@2x.png',
+ // label: '鏅鸿兘娲惧崟',
+ // bgColor: '#ff6b35'
+ // },
+ // {
+ // icon: '/static/images/icon/zuoyezhidao@2x.png',
+ // label: '浣滀笟鎸囧',
+ // bgColor: '#4caf50'
+ // },
+ // {
+ // icon: '/static/images/icon/jieguoyanzheng@2x.png',
+ // label: '缁撴灉楠岃瘉',
+ // bgColor: '#9c27b0'
+ // }
]);
// 澶勭悊甯哥敤鍔熻兘鐐瑰嚮
@@ -387,26 +387,26 @@
url: '/pages/inspectionUpload/index'
});
break;
- case '鍒嗘瀽杩芥函':
- uni.navigateTo({
- url: '/pages/equipmentManagement/faultAnalysis/index'
- });
- break;
- case '鏅鸿兘娲惧崟':
- uni.navigateTo({
- url: '/pages/equipmentManagement/smartDispatch/index'
- });
- break;
- case '浣滀笟鎸囧':
- uni.navigateTo({
- url: '/pages/equipmentManagement/sop/index'
- });
- break;
- case '缁撴灉楠岃瘉':
- uni.navigateTo({
- url: '/pages/equipmentManagement/verification/index'
- });
- break;
+ // case '鍒嗘瀽杩芥函':
+ // uni.navigateTo({
+ // url: '/pages/equipmentManagement/faultAnalysis/index'
+ // });
+ // break;
+ // case '鏅鸿兘娲惧崟':
+ // uni.navigateTo({
+ // url: '/pages/equipmentManagement/smartDispatch/index'
+ // });
+ // break;
+ // case '浣滀笟鎸囧':
+ // uni.navigateTo({
+ // url: '/pages/equipmentManagement/sop/index'
+ // });
+ // break;
+ // case '缁撴灉楠岃瘉':
+ // uni.navigateTo({
+ // url: '/pages/equipmentManagement/verification/index'
+ // });
+ // break;
default:
uni.showToast({
title: `鐐瑰嚮浜�${item.label}`,
@@ -557,7 +557,7 @@
.bg-img {
width: 100%;
height: 8.75rem;
- background-image: url("../static/images/banner/view-background.png");
+ background-image: url("../static/images/banner/backview.png");
background-size: cover;
border-radius: 0.75rem;
position: relative;
--
Gitblit v1.9.3