zhengqiang 5 лет назад
Родитель
Сommit
9c0351bc40
2 измененных файлов с 5 добавлено и 5 удалено
  1. 1 1
      .env.development
  2. 4 4
      src/views/base/personDeviceLog-list.vue

+ 1 - 1
.env.development

@@ -1,7 +1,7 @@
 OUT_PUT_DIR=dist/jp-housekeeper-portal
 
-#VUE_APP_BACKEND_URL=http://wisdomhouse.sudaonline.net
 VUE_APP_BACKEND_URL=http://127.0.0.1:8086/jp-housekeeper-server
+#VUE_APP_BACKEND_URL=http://ykt-test.xiaoxinda.com/jp-housekeeper-server
 #VUE_APP_BACKEND_URL=http://xpgjapi.xiaoxinda.com
 
 #手机企业版

+ 4 - 4
src/views/base/personDeviceLog-list.vue

@@ -127,11 +127,11 @@
       <el-table-column prop="faceImage" label="头像" width="120">
         <template slot-scope="{row}">
           <a :href="row.faceImage" target="_blank">
-            <el-avatar
-              :size="60"
-              :src="row.faceImage+'?x-oss-process=image/resize,m_lfit,h_100,w_100'"
+            <img
+              :src="row.faceImage+'?x-oss-process=image/resize,mfit,w_120'"
               :key="row.id"
-            ></el-avatar>
+              style="object-fit:cover;width:60px;height:60px;border-radius:10px;"
+            />
           </a>
         </template>
       </el-table-column>