Browse Source

底层框架优化

fanghuisheng 2 weeks ago
parent
commit
2d3cb36e6f
37 changed files with 227 additions and 254 deletions
  1. 154 168
      src/manifest.json
  2. 2 2
      src/pages/business/ai/conv/index.vue
  3. 1 1
      src/pages/business/common/projectMange/mall/components/mall-list.vue
  4. 65 78
      src/pages/business/fireIot/deviceManage/components/deviceDetails.vue
  5. 1 1
      src/pages/business/fireIot/deviceManage/components/deviceDetailsList.vue
  6. 1 1
      src/pages/business/mhxf/deviceManage/index.vue
  7. 1 1
      src/pages/business/mhxf/fireReport/index.vue
  8. 1 1
      src/pages/business/mhxf/unitInfoCollection/index.vue
  9. 1 1
      src/pages/business/zhxf/funReport/index.vue
  10. BIN
      src/static/ai-avatar.png
  11. BIN
      src/static/images/ai/ai-avatar.png
  12. 0 0
      src/static/images/ai/ai-question-avatar.png
  13. 0 0
      src/static/images/bg.png
  14. 0 0
      src/static/images/common/building.png
  15. 0 0
      src/static/images/common/fireReport.png
  16. 0 0
      src/static/images/device/1.png
  17. 0 0
      src/static/images/device/funcList.png
  18. 0 0
      src/static/images/device/jg.png
  19. BIN
      src/static/images/export/process-icon.png
  20. BIN
      src/static/images/export/processed-icon.png
  21. 0 0
      src/static/images/fireInspect/repair1.png
  22. 0 0
      src/static/images/fireInspect/repair2.png
  23. 0 0
      src/static/images/fireInspect/repair3.png
  24. 0 0
      src/static/images/fireInspect/repair4.png
  25. 0 0
      src/static/images/fireInspect/repair5.png
  26. 0 0
      src/static/images/logo.png
  27. 0 0
      src/static/images/projectMange/department-icon.png
  28. BIN
      src/static/images/setting/building-icon.png
  29. BIN
      src/static/images/setting/funcReport.png
  30. BIN
      src/static/images/setting/personal-head.png
  31. BIN
      src/static/images/setting/plus.png
  32. BIN
      src/static/images/setting/push-icon.png
  33. BIN
      src/static/images/setting/setting-bg.png
  34. BIN
      src/static/images/setting/setting-icon1.png
  35. BIN
      src/static/images/setting/setting-icon2.png
  36. BIN
      src/static/images/setting/setting-icon3.png
  37. BIN
      src/static/images/setting/setting-icon4.png

+ 154 - 168
src/manifest.json

@@ -1,46 +1,46 @@
 {
-    "name": "综合智慧云",
-    "appid": "__UNI__36DE3A0",
-    "description": "综合智慧云APP,是一款助力于企业数字化的应用平台,帮助企业提升办公效率,实现组织数字化和业务数字化。",
-    "versionName": "2.2.4",
-    "versionCode": 24,
-    "transformPx": false,
-    "app-plus": {
-        "compatible": {
-            "ignoreVersion": true
+    "name" : "综合智慧云",
+    "appid" : "__UNI__36DE3A0",
+    "description" : "综合智慧云APP,是一款助力于企业数字化的应用平台,帮助企业提升办公效率,实现组织数字化和业务数字化。",
+    "versionName" : "2.2.4",
+    "versionCode" : 24,
+    "transformPx" : false,
+    "app-plus" : {
+        "compatible" : {
+            "ignoreVersion" : true
         },
-        "kernel": {
-            "ios": "WKWebview"
+        "kernel" : {
+            "ios" : "WKWebview"
         },
-        "usingComponents": true,
-        "nvueStyleCompiler": "uni-app",
-        "compilerVersion": 3,
-        "splashscreen": {
-            "alwaysShowBeforeRender": true,
-            "waiting": true,
-            "autoclose": true,
-            "delay": 0
+        "usingComponents" : true,
+        "nvueStyleCompiler" : "uni-app",
+        "compilerVersion" : 3,
+        "splashscreen" : {
+            "alwaysShowBeforeRender" : true,
+            "waiting" : true,
+            "autoclose" : true,
+            "delay" : 0
         },
-        "screenOrientation": [
+        "screenOrientation" : [
             "portrait-primary",
             "portrait-secondary",
             "landscape-primary",
             "landscape-secondary"
         ],
-        "modules": {
-            "VideoPlayer": {},
-            "iBeacon": {},
-            "Geolocation": {},
-            "Maps": {},
-            "Barcode": {},
-            "Fingerprint": {},
-            "Push": {},
-            "Camera": {},
-            "LivePusher": {}
+        "modules" : {
+            "VideoPlayer" : {},
+            "iBeacon" : {},
+            "Geolocation" : {},
+            "Maps" : {},
+            "Barcode" : {},
+            "Fingerprint" : {},
+            "Push" : {},
+            "Camera" : {},
+            "LivePusher" : {}
         },
-        "distribute": {
-            "android": {
-                "permissions": [
+        "distribute" : {
+            "android" : {
+                "permissions" : [
                     "<uses-feature android:name=\"android.hardware.camera\"/>",
                     "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
                     "<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>",
@@ -80,176 +80,162 @@
                     "<uses-permission android:name=\"android.permission.RECEIVE_BOOT_COMPLETED\"/>",
                     "<uses-permission android:name=\"android.permission.SYSTEM_ALERT_WINDOW\"/>"
                 ],
-                "minSdkVersion": 21,
-                "abiFilters": [
-                    "armeabi-v7a",
-                    "arm64-v8a"
-                ],
-                "targetSdkVersion": 30
+                "minSdkVersion" : 21,
+                "abiFilters" : [ "armeabi-v7a", "arm64-v8a" ],
+                "targetSdkVersion" : 30
             },
-            "ios": {
-                "dSYMs": false,
-                "privacyDescription": {
-                    "NSPhotoLibraryUsageDescription": "该应用需要读取你的相册,用于上传头像",
-                    "NSPhotoLibraryAddUsageDescription": "该应用需要读取你的相册,用于拍照保存图片",
-                    "NSCameraUsageDescription": "该应用需要你的相机,用于你拍摄上传头像信息",
-                    "NSMicrophoneUsageDescription": "该应用需要使用你的麦克风,用于语音播放",
-                    "NSLocationWhenInUseUsageDescription": "该应用需要你的地理位置,用于天气、签到等功能",
-                    "NSLocationAlwaysUsageDescription": "该应用需要持续获取用户地理位置,用于天气、签到等功能",
-                    "NSLocationAlwaysAndWhenInUseUsageDescription": "该应用需要你的地理位置,用于天气、签到等功能",
-                    "NSCalendarsUsageDescription": "该应用需要获取你的日历,以便更好的体验",
-                    "NSContactsUsageDescription": "该应用需要读取你的通讯录,以便联系同事",
-                    "NSBluetoothPeripheralUsageDescription": "该应用需要你的蓝牙,以便读取相关蓝牙设备",
-                    "NFCReaderUsageDescription": "",
-                    "NSBluetoothAlwaysUsageDescription": "该应用需要你的蓝牙,以便读取相关蓝牙设备"
+            "ios" : {
+                "dSYMs" : false,
+                "privacyDescription" : {
+                    "NSPhotoLibraryUsageDescription" : "该应用需要读取你的相册,用于上传头像",
+                    "NSPhotoLibraryAddUsageDescription" : "该应用需要读取你的相册,用于拍照保存图片",
+                    "NSCameraUsageDescription" : "该应用需要你的相机,用于你拍摄上传头像信息",
+                    "NSMicrophoneUsageDescription" : "该应用需要使用你的麦克风,用于语音播放",
+                    "NSLocationWhenInUseUsageDescription" : "该应用需要你的地理位置,用于天气、签到等功能",
+                    "NSLocationAlwaysUsageDescription" : "该应用需要持续获取用户地理位置,用于天气、签到等功能",
+                    "NSLocationAlwaysAndWhenInUseUsageDescription" : "该应用需要你的地理位置,用于天气、签到等功能",
+                    "NSCalendarsUsageDescription" : "该应用需要获取你的日历,以便更好的体验",
+                    "NSContactsUsageDescription" : "该应用需要读取你的通讯录,以便联系同事",
+                    "NSBluetoothPeripheralUsageDescription" : "该应用需要你的蓝牙,以便读取相关蓝牙设备",
+                    "NFCReaderUsageDescription" : "",
+                    "NSBluetoothAlwaysUsageDescription" : "该应用需要你的蓝牙,以便读取相关蓝牙设备"
                 },
-                "UIBackgroundModes": ""
+                "UIBackgroundModes" : ""
             },
-            "sdkConfigs": {
-                "ad": {},
-                "maps": {
-                    "amap": {
-                        "appkey_ios": "fb35d03fbb17cbf7a8743a522da3c7fc",
-                        "appkey_android": "ffc71dfd4e576596027f8f45a1b8fb2f",
-                        "name": "amapBOujshtbA"
+            "sdkConfigs" : {
+                "ad" : {},
+                "maps" : {
+                    "amap" : {
+                        "appkey_ios" : "fb35d03fbb17cbf7a8743a522da3c7fc",
+                        "appkey_android" : "ffc71dfd4e576596027f8f45a1b8fb2f",
+                        "name" : "amapBOujshtbA"
                     }
                 },
-                "geolocation": {
-                    "system": {
-                        "__platform__": [
-                            "ios",
-                            "android"
-                        ]
+                "geolocation" : {
+                    "system" : {
+                        "__platform__" : [ "ios", "android" ]
                     },
-                    "amap": {
-                        "__platform__": [
-                            "ios",
-                            "android"
-                        ],
-                        "appkey_ios": "fb35d03fbb17cbf7a8743a522da3c7fc",
-                        "appkey_android": "ffc71dfd4e576596027f8f45a1b8fb2f",
-                        "name": "amapBOujshtbA"
+                    "amap" : {
+                        "__platform__" : [ "ios", "android" ],
+                        "appkey_ios" : "fb35d03fbb17cbf7a8743a522da3c7fc",
+                        "appkey_android" : "ffc71dfd4e576596027f8f45a1b8fb2f",
+                        "name" : "amapBOujshtbA"
                     },
-                    "tencent": {
-                        "__platform__": [
-                            "ios",
-                            "android"
-                        ],
-                        "apikey_ios": "EGOBZ-74ZET-ST7XS-VYICT-RBLHZ-KLFEX",
-                        "apikey_android": "EGOBZ-74ZET-ST7XS-VYICT-RBLHZ-KLFEX"
+                    "tencent" : {
+                        "__platform__" : [ "ios", "android" ],
+                        "apikey_ios" : "EGOBZ-74ZET-ST7XS-VYICT-RBLHZ-KLFEX",
+                        "apikey_android" : "EGOBZ-74ZET-ST7XS-VYICT-RBLHZ-KLFEX"
                     }
                 },
-                "push": {
-                    "unipush": {
-                        "version": "2",
-                        "offline": true,
-                        "icons": {
-                            "small": {
-                                "hdpi": "unpackage/res/push/36x36.png",
-                                "ldpi": "unpackage/res/push/18x18.png",
-                                "mdpi": "unpackage/res/push/24x24.png",
-                                "xhdpi": "unpackage/res/push/48x48.png",
-                                "xxhdpi": "unpackage/res/push/72x72.png"
+                "push" : {
+                    "unipush" : {
+                        "version" : "2",
+                        "offline" : true,
+                        "icons" : {
+                            "small" : {
+                                "hdpi" : "unpackage/res/push/36x36.png",
+                                "ldpi" : "unpackage/res/push/18x18.png",
+                                "mdpi" : "unpackage/res/push/24x24.png",
+                                "xhdpi" : "unpackage/res/push/48x48.png",
+                                "xxhdpi" : "unpackage/res/push/72x72.png"
                             }
                         }
                     }
                 }
             },
-            "icons": {
-                "android": {
-                    "hdpi": "unpackage/res/icons/72x72.png",
-                    "xhdpi": "unpackage/res/icons/96x96.png",
-                    "xxhdpi": "unpackage/res/icons/144x144.png",
-                    "xxxhdpi": "unpackage/res/icons/192x192.png"
+            "icons" : {
+                "android" : {
+                    "hdpi" : "unpackage/res/icons/72x72.png",
+                    "xhdpi" : "unpackage/res/icons/96x96.png",
+                    "xxhdpi" : "unpackage/res/icons/144x144.png",
+                    "xxxhdpi" : "unpackage/res/icons/192x192.png"
                 },
-                "ios": {
-                    "appstore": "unpackage/res/icons/1024x1024.png",
-                    "ipad": {
-                        "app": "unpackage/res/icons/76x76.png",
-                        "app@2x": "unpackage/res/icons/152x152.png",
-                        "notification": "unpackage/res/icons/20x20.png",
-                        "notification@2x": "unpackage/res/icons/40x40.png",
-                        "proapp@2x": "unpackage/res/icons/167x167.png",
-                        "settings": "unpackage/res/icons/29x29.png",
-                        "settings@2x": "unpackage/res/icons/58x58.png",
-                        "spotlight": "unpackage/res/icons/40x40.png",
-                        "spotlight@2x": "unpackage/res/icons/80x80.png"
+                "ios" : {
+                    "appstore" : "unpackage/res/icons/1024x1024.png",
+                    "ipad" : {
+                        "app" : "unpackage/res/icons/76x76.png",
+                        "app@2x" : "unpackage/res/icons/152x152.png",
+                        "notification" : "unpackage/res/icons/20x20.png",
+                        "notification@2x" : "unpackage/res/icons/40x40.png",
+                        "proapp@2x" : "unpackage/res/icons/167x167.png",
+                        "settings" : "unpackage/res/icons/29x29.png",
+                        "settings@2x" : "unpackage/res/icons/58x58.png",
+                        "spotlight" : "unpackage/res/icons/40x40.png",
+                        "spotlight@2x" : "unpackage/res/icons/80x80.png"
                     },
-                    "iphone": {
-                        "app@2x": "unpackage/res/icons/120x120.png",
-                        "app@3x": "unpackage/res/icons/180x180.png",
-                        "notification@2x": "unpackage/res/icons/40x40.png",
-                        "notification@3x": "unpackage/res/icons/60x60.png",
-                        "settings@2x": "unpackage/res/icons/58x58.png",
-                        "settings@3x": "unpackage/res/icons/87x87.png",
-                        "spotlight@2x": "unpackage/res/icons/80x80.png",
-                        "spotlight@3x": "unpackage/res/icons/120x120.png"
+                    "iphone" : {
+                        "app@2x" : "unpackage/res/icons/120x120.png",
+                        "app@3x" : "unpackage/res/icons/180x180.png",
+                        "notification@2x" : "unpackage/res/icons/40x40.png",
+                        "notification@3x" : "unpackage/res/icons/60x60.png",
+                        "settings@2x" : "unpackage/res/icons/58x58.png",
+                        "settings@3x" : "unpackage/res/icons/87x87.png",
+                        "spotlight@2x" : "unpackage/res/icons/80x80.png",
+                        "spotlight@3x" : "unpackage/res/icons/120x120.png"
                     }
                 }
             },
-            "splashscreen": {
-                "androidStyle": "default",
-                "android": {
-                    "hdpi": "src/static/images/wt/bg.png"
+            "splashscreen" : {
+                "androidStyle" : "default",
+                "android" : {
+                    "hdpi" : "src/static/images/bg.png"
                 },
-                "iosStyle": "common"
+                "iosStyle" : "common"
             }
         },
-        "nativePlugins": {},
-        "safearea": {
-            "offset": "none"
+        "nativePlugins" : {},
+        "safearea" : {
+            "offset" : "none"
         }
     },
-    "quickapp": {},
-    "mp-weixin": {
-        "appid": "",
-        "setting": {
-            "urlCheck": false,
-            "checkSiteMap": false
+    "quickapp" : {},
+    "mp-weixin" : {
+        "appid" : "",
+        "setting" : {
+            "urlCheck" : false,
+            "checkSiteMap" : false
         },
-        "usingComponents": true,
-        "navigateToMiniProgramAppIdList": [
-            "wxf5ad8734295d43f8"
-        ]
+        "usingComponents" : true,
+        "navigateToMiniProgramAppIdList" : [ "wxf5ad8734295d43f8" ]
     },
-    "mp-alipay": {
-        "usingComponents": true
+    "mp-alipay" : {
+        "usingComponents" : true
     },
-    "mp-baidu": {
-        "usingComponents": true
+    "mp-baidu" : {
+        "usingComponents" : true
     },
-    "mp-toutiao": {
-        "usingComponents": true
+    "mp-toutiao" : {
+        "usingComponents" : true
     },
-    "uniStatistics": {
-        "enable": false
+    "uniStatistics" : {
+        "enable" : false
     },
-    "h5": {
-        "publicPath": "./",
-        "title": "综合智慧云",
-        "router": {
-            "mode": "hash"
+    "h5" : {
+        "publicPath" : "./",
+        "title" : "综合智慧云",
+        "router" : {
+            "mode" : "hash"
         },
-        "devServer": {
-            "https": false,
-            "proxy": {}
+        "devServer" : {
+            "https" : false,
+            "proxy" : {}
         },
-        "sdkConfigs": {
-            "maps": {
-                "amap": {
-                    "key": "d4d73a7d572b6ff6028d5f67de62029a",
-                    "securityJsCode": "be916fcd16d0b33d228c49f0ff096b17",
-                    "serviceHost": ""
+        "sdkConfigs" : {
+            "maps" : {
+                "amap" : {
+                    "key" : "d4d73a7d572b6ff6028d5f67de62029a",
+                    "securityJsCode" : "be916fcd16d0b33d228c49f0ff096b17",
+                    "serviceHost" : ""
                 }
             }
         },
-        "optimization": {
-            "treeShaking": {
-                "enable": true
+        "optimization" : {
+            "treeShaking" : {
+                "enable" : true
             }
         },
-        "template": "index.html"
+        "template" : "index.html"
     },
-    "vueVersion": "3",
-    "locale": "zh-Hans"
-}
+    "vueVersion" : "3",
+    "locale" : "zh-Hans"
+}

+ 2 - 2
src/pages/business/ai/conv/index.vue

@@ -48,8 +48,8 @@
 
           <viwe v-for="(item, index) in answerList" :key="index" :class="['center-area-item', { roleUser: item.role === 'user' }]" :id="index == answerList.length - 1 ? 'bottomInfo' : ''">
             <viwe class="center-area-item__avatar">
-              <image v-show="item.role === 'assistant'" src="@/static/ai-avatar.png" mode="widthFix"></image>
-              <image v-show="item.role === 'user'" src="@/static/ai-question-avatar.png" mode="widthFix"></image>
+              <image v-show="item.role === 'assistant'" src="@/static/images/ai/ai-avatar.png" mode="widthFix"></image>
+              <image v-show="item.role === 'user'" src="@/static/images/ai/ai-question-avatar.png" mode="widthFix"></image>
             </viwe>
 
             <viwe v-if="item.role === 'user'" class="center-area-item__content">{{ item.content }}</viwe>

+ 1 - 1
src/pages/business/common/projectMange/mall/components/mall-list.vue

@@ -10,7 +10,7 @@
           :key="item.id"
           @click="handelClickItem(item)"
         >
-          <view class="box-list-item-department-pic" v-if="item.children && item.children.length >= 0"><image src="@/static/department-icon.png"></image></view>
+          <view class="box-list-item-department-pic" v-if="item.children && item.children.length >= 0"><image src="@/static/images/projectMange/department-icon.png"></image></view>
           <view class="box-list-item-user-pic flex" v-else>
             <u-checkbox class="box-list-item-user-pic-checkbox mr9" :name="item.id"> </u-checkbox>
             <u-avatar

+ 65 - 78
src/pages/business/fireIot/deviceManage/components/deviceDetails.vue

@@ -11,48 +11,45 @@
     :data-theme="'theme-' + proxy.$settingStore.themeColor.name"
   >
     <template #default>
-
-      <view style="  background: linear-gradient(to bottom, #FAFBFF, #E7F3FF);">
-        <view class="flex"  style="padding: 15px 15px  0"> 
+      <view style="background: linear-gradient(to bottom, #fafbff, #e7f3ff)">
+        <view class="flex" style="padding: 15px 15px 0">
           <view style="margin: auto auto auto 0">
-            <view style="font-size: 16px;color:#000"> {{ detailData.deviceName }} </view>
+            <view style="font-size: 16px; color: #000"> {{ detailData.deviceName }} </view>
           </view>
 
           <view style="margin: auto 0 auto 0">
-            <view style="margin-left: 20px; font-size: 12px;color: #ffffff;padding: 2px 10px; border-radius: 20px; line-height: 20px;" 
-              :style="{ fontSize: '15px', backgroundColor: detailData.deviceStatus == 1 ? '#16bf00' : 'red' }  ">
+            <view
+              style="margin-left: 20px; font-size: 12px; color: #ffffff; padding: 2px 10px; border-radius: 20px; line-height: 20px"
+              :style="{ fontSize: '15px', backgroundColor: detailData.deviceStatus == 1 ? '#16bf00' : 'red' }"
+            >
               {{ detailData.deviceStatus == 1 ? "在线" : "离线" }}
             </view>
           </view>
         </view>
-        <view class=" p15" style="color:rgba(0,0,0,.7)" >
+        <view class="p15" style="color: rgba(0, 0, 0, 0.7)">
           <!-- <uni-section class="block mb10" title="基本信息" type="line"></uni-section> -->
-          <view class=" basicBox p0">
+          <view class="basicBox p0">
             <u-empty v-if="dataList.length <= 0" text="暂无数据" mode="data" icon="http://cdn.uviewui.com/uview/empty/data.png"> </u-empty>
 
             <u-row>
-                <u-col span="9" class="basicLeft">
-                  <view v-for="po in dataList" :key="po">
-                    <view style="text-align: left; padding: 0px 5px 0px 5px">{{ po.title }}:</view>
-                    <view style="text-align: left; padding: 0px 5px 0px 5px">{{ po.value }}</view>
+              <u-col span="9" class="basicLeft">
+                <view v-for="po in dataList" :key="po">
+                  <view style="text-align: left; padding: 0px 5px 0px 5px">{{ po.title }}:</view>
+                  <view style="text-align: left; padding: 0px 5px 0px 5px">{{ po.value }}</view>
                 </view>
-                </u-col>
-                <u-col span="3">
-                  <image style="width: 80px; height: 80px; margin: auto 15px auto 0" :src="'/static/images/jg.png'" mode="aspectFill"></image>
-                </u-col>
-              </u-row>
-
-
-            
+              </u-col>
+              <u-col span="3">
+                <image style="width: 80px; height: 80px; margin: auto 15px auto 0" :src="'/static/images/device/jg.png'" mode="aspectFill"></image>
+              </u-col>
+            </u-row>
           </view>
         </view>
       </view>
-      
 
       <view class="bg-white p15 mb15">
         <!-- 分段器组件 -->
-        <view class="app-subsection"> 
-          <u-subsection :list="list" mode="subsection" :current="tabPosition" @change="tabPositionChange" style="width: 100%;font-size:16px"></u-subsection>
+        <view class="app-subsection">
+          <u-subsection :list="list" mode="subsection" :current="tabPosition" @change="tabPositionChange" style="width: 100%; font-size: 16px"></u-subsection>
         </view>
 
         <view v-if="tabPosition == 1">
@@ -78,31 +75,27 @@
         </view>
         <view v-if="tabPosition == 0">
           <u-empty v-if="realTimeDataList.length <= 0" text="暂无数据" mode="data" icon="http://cdn.uviewui.com/uview/empty/data.png"> </u-empty>
-          <view v-else class="flex" style="flex-wrap: wrap; line-height: 36px;font-size:16px">
-            <view style="width: 100%;border-bottom:1px solid #F3F3F3" v-for="realTime in realTimeDataList" :key="realTime">
+          <view v-else class="flex" style="flex-wrap: wrap; line-height: 36px; font-size: 16px">
+            <view style="width: 100%; border-bottom: 1px solid #f3f3f3" v-for="realTime in realTimeDataList" :key="realTime">
               {{ realTime.attributeName + ":" }}
-              <view style="color:#000;display:inline-block;">{{ realTime.value }}</view>
+              <view style="color: #000; display: inline-block">{{ realTime.value }}</view>
               {{ realTime.attributeUnit ? realTime.attributeUnit : "" }}
             </view>
           </view>
         </view>
 
         <view v-if="tabPosition == 2">
-          <br/>
-          <u-row
-            gutter="10"
-            style="justify-content:center"
-          >
-              <u-empty v-if="deviceCotrolList.length <= 0" text="暂无数据" mode="data" icon="http://cdn.uviewui.com/uview/empty/data.png"> </u-empty>
+          <br />
+          <u-row gutter="10" style="justify-content: center">
+            <u-empty v-if="deviceCotrolList.length <= 0" text="暂无数据" mode="data" icon="http://cdn.uviewui.com/uview/empty/data.png"> </u-empty>
 
-              <u-col v-else span="3" v-for="(item, index) in deviceCotrolList" :key="index">
-                  <view class="demo-layout" @click="goAction(item)">{{ item.commandName }}</view>
-              </u-col>
-              
+            <u-col v-else span="3" v-for="(item, index) in deviceCotrolList" :key="index">
+              <view class="demo-layout" @click="goAction(item)">{{ item.commandName }}</view>
+            </u-col>
           </u-row>
-          <br/>
-          <br/>
-          <br/>
+          <br />
+          <br />
+          <br />
         </view>
       </view>
 
@@ -131,9 +124,9 @@
 <script setup>
 /*----------------------------------依赖引入-----------------------------------*/
 import { onLoad, onShow, onReady, onHide, onLaunch, onNavigationBarButtonTap, onPageScroll } from "@dcloudio/uni-app";
-import { ref, reactive, computed, getCurrentInstance, toRefs, inject,watch } from "vue";
+import { ref, reactive, computed, getCurrentInstance, toRefs, inject, watch } from "vue";
 /*----------------------------------接口引入-----------------------------------*/
-import { dmpDeviceInfo,dmpProductAttribute, historyMetrics, last,getList } from "@/api/business/fireIot/deviceManage.js";
+import { dmpDeviceInfo, dmpProductAttribute, historyMetrics, last, getList } from "@/api/business/fireIot/deviceManage.js";
 /*----------------------------------组件引入-----------------------------------*/
 import chart from "./chart.vue";
 /*----------------------------------store引入-----------------------------------*/
@@ -180,8 +173,8 @@ const calendarStartTime = ref(""); //日历开始时间
 const calendarEndTime = ref(""); //日历结束时间
 const productId = ref(0); //产品id
 const deviceId = ref(0); //设备id
-const detailData = ref({}) //设备详情数据存储
-const deviceCotrolList = ref([]) //设备调试数据存储
+const detailData = ref({}); //设备详情数据存储
+const deviceCotrolList = ref([]); //设备调试数据存储
 function open() {
   calendar.value.open();
 }
@@ -190,25 +183,23 @@ function open() {
  * @初始化
  */
 
-
- /**
+/**
  * @详情查询
  * @api接口查询
  */
 function dmpDeviceInfoApi() {
-  dmpDeviceInfo({ productId: productId.value, deviceId:deviceId.value,current: 1, size: 10 }).then((requset) => {
+  dmpDeviceInfo({ productId: productId.value, deviceId: deviceId.value, current: 1, size: 10 }).then((requset) => {
     if (requset.status === "SUCCESS") {
       dataList.value[0].value = requset.data.records[0].deviceName;
       dataList.value[1].value = requset.data.records[0].deviceId;
-      dataList.value[2].value = requset.data.records[0].simCode ;
-      dataList.value[3].value = requset.data.records[0].installAddress
+      dataList.value[2].value = requset.data.records[0].simCode;
+      dataList.value[3].value = requset.data.records[0].installAddress;
       dataList.value[4].value = requset.data.records[0].createdTime ? requset.data.records[0].createdTime.replace("T", " ") : requset.data.records[0].createdTime;
-      detailData.value=requset.data.records[0]
+      detailData.value = requset.data.records[0];
     }
   });
 }
 
-
 function init() {
   dmpDeviceInfoApi();
   dmpProductAttribute({
@@ -216,7 +207,7 @@ function init() {
     size: 100,
     attributeName: "",
     productId: productId.value,
-    deviceId:deviceId.value,
+    deviceId: deviceId.value,
   }).then((requset) => {
     if (requset.status === "SUCCESS") {
       checkboxDataList.value = requset.data.records;
@@ -247,14 +238,13 @@ function init() {
   });
 }
 
-
-function deviceControlData(){
+function deviceControlData() {
   getList({
     current: 1,
     size: 10,
-    productCode:detailData.value.productCode,
+    productCode: detailData.value.productCode,
   }).then((response) => {
-    deviceCotrolList.value=response.data.records
+    deviceCotrolList.value = response.data.records;
     // console.log(response.data.records)
     // dataList.value = response.data.records;
     // state.total = response.data.total;
@@ -265,7 +255,7 @@ function deviceControlData(){
 /**
  * @tabs切换change事件
  */
-const list = ref(["实时数据", "历史数据","设备调试"]);
+const list = ref(["实时数据", "历史数据", "设备调试"]);
 const tabPosition = ref(0);
 function tabPositionChange(index) {
   tabPosition.value = index;
@@ -295,8 +285,8 @@ function calendarConfirm(e) {
  */
 function historyMetricsApi() {
   historyMetrics({
-    startTime: calendarStartTime.value?calendarStartTime.value+' 00:00:00':calendarStartTime.value,
-    endTime: calendarEndTime.value?calendarEndTime.value+' 23:59:59':calendarEndTime.value,
+    startTime: calendarStartTime.value ? calendarStartTime.value + " 00:00:00" : calendarStartTime.value,
+    endTime: calendarEndTime.value ? calendarEndTime.value + " 23:59:59" : calendarEndTime.value,
     deviceUUId: detailData.value.deviceUuid,
     // deviceId: commonStore.deviceDetailsArray.deviceId,
     // deviceType: commonStore.deviceDetailsArray.deviceType,
@@ -336,9 +326,9 @@ onReady(() => {});
 onShow(() => {
   //设置导航栏颜色
   uni.setNavigationBarColor({
-     frontColor: '#000000',   //字体颜色
-     backgroundColor: '#ffffff'    //背景颜色
-   })
+    frontColor: "#000000", //字体颜色
+    backgroundColor: "#ffffff", //背景颜色
+  });
   //调用系统主题颜色
   // proxy.$settingStore.systemThemeColor([1]);
 });
@@ -351,34 +341,31 @@ onLoad((options) => {
     productId.value = parseInt(options.productId);
     init();
   }
-
 });
 
 watch(
   () => tabPosition.value,
   (val) => {
-    if(val==2){
-      deviceControlData()
+    if (val == 2) {
+      deviceControlData();
     }
-   
   }
 );
 </script>
 
 <style lang="scss" scoped>
-uni-page-body{
+uni-page-body {
   background-color: #fff;
 }
 
-.basicBox{
-  font-size:16px;
-  .basicLeft view{
-    display:inline-block;
-    line-height:30px;
-    .subsection__item__text{
-      font-size:16px!important
+.basicBox {
+  font-size: 16px;
+  .basicLeft view {
+    display: inline-block;
+    line-height: 30px;
+    .subsection__item__text {
+      font-size: 16px !important;
     }
-
   }
 }
 .app-subsection {
@@ -386,9 +373,9 @@ uni-page-body{
   margin-bottom: 10px;
   // padding: 0px 5rem;
 }
-.demo-layout{
-  border:1px solid #e0e0e0;
-  padding:15px 10px;
-  box-shadow:0px 0px 12px rgba(0, 0, 0, 0.12);
+.demo-layout {
+  border: 1px solid #e0e0e0;
+  padding: 15px 10px;
+  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
 }
 </style>

+ 1 - 1
src/pages/business/fireIot/deviceManage/components/deviceDetailsList.vue

@@ -48,7 +48,7 @@
         <view class="menu-list m0">
           <view class="list-cell list-cell-arrow" v-for="(base, index) in dataList" :key="index" @click="handleToDevice(base)">
             <view class="menu-item">
-              <image class="image-bg" style="width: 80rpx; height: 80rpx; margin: auto 10px auto 0" src="@/static/images/deviceManage/1.png"></image>
+              <image class="image-bg" style="width: 80rpx; height: 80rpx; margin: auto 10px auto 0" src="@/static/images/device/1.png"></image>
 
               <view style="width: calc(100% - 51px); display: flex; flex-flow: row wrap; padding-right: 10px">
                 <view class="deviceHeader">

+ 1 - 1
src/pages/business/mhxf/deviceManage/index.vue

@@ -40,7 +40,7 @@
                     <template #title>
                       <view class="flex">
                         <view class="cu-avatar lg" style="margin: 0 10px auto 0; background-color: rgba(0, 0, 0, 0)">
-                          <image class="image-bg" style="width: 80rpx; height: 80rpx" src="@/static/images/deviceManage/1.png"></image>
+                          <image class="image-bg" style="width: 80rpx; height: 80rpx" src="@/static/images/device/1.png"></image>
                         </view>
                         <view style="width: 100%">
                           <view class="flex" style="color: #000000">

+ 1 - 1
src/pages/business/mhxf/fireReport/index.vue

@@ -17,7 +17,7 @@
       <view class="fireReport-area">
         <view class="fireReport-area_center" v-for="(li, index) in dataList" :key="index">
           <view class="fireReport-area_center_img" @click="handleSelect()">
-            <u-image src="@/static/images/fireReport/icon1.png" width="13px" height="13px"></u-image>
+            <u-image src="@/static/images/common/fireReport.png" width="13px" height="13px"></u-image>
           </view>
           <view class="fireReport-area_center_title" @click="handleSelect(li.reportPath)">
             <view>{{ li.reportName }}</view>

+ 1 - 1
src/pages/business/mhxf/unitInfoCollection/index.vue

@@ -87,7 +87,7 @@
           <view style="padding: 10px 0" v-for="(li, index) in form.baseBuildList" :key="index">
             <view class="" style="padding: 10px 10px 20px 10px; background: #ffffff">
               <view style="display: flex; overflow: hidden">
-                <image style="width: 15px; height: 15px; margin: auto 10px auto 0" src="@/static/images/unitInfoCollection/icon1.png" />
+                <image style="width: 15px; height: 15px; margin: auto 10px auto 0" src="@/static/images/common/building.png" />
                 <view style="margin: auto auto auto 0">建筑{{ index + 1 }}</view>
                 <u-icon v-if="form.baseBuildList.length > 1" name="trash" color="#FF0000" size="20" style="float: right" @click="deleteSubmit('建筑', index)"></u-icon>
               </view>

+ 1 - 1
src/pages/business/zhxf/funReport/index.vue

@@ -26,7 +26,7 @@
           :data-target="'move-box-' + index"
         >
           <view class="cu-avatar round lg" style="background: transparent">
-            <image class="image-bg" style="width: 46px; height: 46px" src="@/static/images/setting/funcList.png" />
+            <image class="image-bg" style="width: 46px; height: 46px" src="@/static/images/device/funcList.png" />
           </view>
           <view class="content">
             <view class="pro-title">

BIN
src/static/ai-avatar.png


BIN
src/static/images/ai/ai-avatar.png


+ 0 - 0
src/static/ai-question-avatar.png → src/static/images/ai/ai-question-avatar.png


+ 0 - 0
src/static/images/wt/bg.png → src/static/images/bg.png


+ 0 - 0
src/static/images/unitInfoCollection/icon1.png → src/static/images/common/building.png


+ 0 - 0
src/static/images/fireReport/icon1.png → src/static/images/common/fireReport.png


+ 0 - 0
src/static/images/deviceManage/1.png → src/static/images/device/1.png


+ 0 - 0
src/static/images/setting/funcList.png → src/static/images/device/funcList.png


+ 0 - 0
src/static/images/jg.png → src/static/images/device/jg.png


BIN
src/static/images/export/process-icon.png


BIN
src/static/images/export/processed-icon.png


+ 0 - 0
src/static/images/repair/repair1.png → src/static/images/fireInspect/repair1.png


+ 0 - 0
src/static/images/repair/repair2.png → src/static/images/fireInspect/repair2.png


+ 0 - 0
src/static/images/repair/repair3.png → src/static/images/fireInspect/repair3.png


+ 0 - 0
src/static/images/repair/repair4.png → src/static/images/fireInspect/repair4.png


+ 0 - 0
src/static/images/repair/repair5.png → src/static/images/fireInspect/repair5.png


+ 0 - 0
src/static/images/wt/logo.png → src/static/images/logo.png


+ 0 - 0
src/static/department-icon.png → src/static/images/projectMange/department-icon.png


BIN
src/static/images/setting/building-icon.png


BIN
src/static/images/setting/funcReport.png


BIN
src/static/images/setting/personal-head.png


BIN
src/static/images/setting/plus.png


BIN
src/static/images/setting/push-icon.png


BIN
src/static/images/setting/setting-bg.png


BIN
src/static/images/setting/setting-icon1.png


BIN
src/static/images/setting/setting-icon2.png


BIN
src/static/images/setting/setting-icon3.png


BIN
src/static/images/setting/setting-icon4.png