From d656ff9cf8c97a01c0cc990d935e4b42b314be22 Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期四, 06 八月 2020 18:21:50 +0800
Subject: [PATCH] 摄像机信息区域/时间规则,系统维护,实时监控,算力管理样式调整

---
 src/components/searching/SearchLeft.vue |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/components/searching/SearchLeft.vue b/src/components/searching/SearchLeft.vue
index c04226f..53edcee 100644
--- a/src/components/searching/SearchLeft.vue
+++ b/src/components/searching/SearchLeft.vue
@@ -140,8 +140,8 @@
   data() {
     return {
       tempUploadImg: "",
-      tempImg: require("../../assets/nobody.png"),
-      selectedIcon: require("../../assets/duihao.png"),
+      tempImg: "/images/search/nobody.png",
+      selectedIcon: "/images/search/duihao.png",
       bigPhoto: [],
       displayUpload: true,
       clickNum: 0,
@@ -211,7 +211,6 @@
         if (res.data.smImage.length % 3 !== 0) {
           // 鐢ㄨ櫄鎷熶汉鍍忚ˉ鍏ㄦ暣琛�
           const length = res.data.smImage.length % 3
-          console.log("鐪嬬湅length鐨勫��", length)
           this.unrealSmallPath.length = 0
           for (var i = 0; i < 3 - length; i++) {
             this.unrealSmallPath.push(this.tempImg)

--
Gitblit v1.8.0