gaoluyang
2025-09-24 752b14d2caa47ccceac328f79389fbf5e2e62ce4
src/pages/index.vue
@@ -268,21 +268,26 @@
      label: '设备保养',
   },
   {
      icon: '/static/images/icon/shebeixunjian@2x.png',
      icon: '/static/images/icon/xunjianshangchuan@2x.png',
      label: '巡检上传',
   },
   {
      icon: 'flash',
      icon: '/static/images/icon/guzhangfenxi@2x.png',
      label: '分析追溯',
      bgColor: '#ff9800'
   },
   {
      icon: '/static/images/icon/zhinengpaidan@2x.png',
      label: '智能派单',
      bgColor: '#ff6b35'
   },
   {
      icon: 'file-text',
      icon: '/static/images/icon/zuoyezhidao@2x.png',
      label: '作业指导',
      bgColor: '#4caf50'
   },
   {
      icon: 'checkmark-circle',
      icon: '/static/images/icon/jieguoyanzheng@2x.png',
      label: '结果验证',
      bgColor: '#9c27b0'
   }
@@ -382,6 +387,11 @@
            url: '/pages/inspectionUpload/index'
         });
         break;
      case '分析追溯':
         uni.navigateTo({
            url: '/pages/equipmentManagement/faultAnalysis/index'
         });
         break;
      case '智能派单':
         uni.navigateTo({
            url: '/pages/equipmentManagement/smartDispatch/index'