heyang 2 years ago
parent
commit
9fbe05416d
2 changed files with 2 additions and 2 deletions
  1. 1 1
      api/request/config.js
  2. 1 1
      pages_manage/workbench/laboratory/laboratoryInfo.vue

+ 1 - 1
api/request/config.js

@@ -1,7 +1,7 @@
 const config = {
 	//base_url: 'http://192.168.1.9:8080',//柴
 	// base_url: 'http://192.168.1.7:8080',//刘波
-	 //base_url: 'http://192.168.1.17:8080',//小飞
+	// base_url: 'http://192.168.1.17:8080',//小飞
 	// base_url: 'http://192.168.1.20:8080',//志伟
     // base_url: 'http://192.168.1.8:8080',//高升
 	// base_url: 'http://192.168.1.29:8080',//何成

+ 1 - 1
pages_manage/workbench/laboratory/laboratoryInfo.vue

@@ -126,7 +126,7 @@
           <view class="title-box">{{item.classifyName}}</view>
           <view class="for-box">
 			  <img class="img-ojb" :src="baseUrl+item2.infoContent" v-for="(item2,index2) in item.privateList" :key="index2">
-			  <img v-if="baseUrl+itemData.safeInfo.qrCode" class="code-img" :src="baseUrl+itemData.safeInfo.qrCode">
+			  <img v-if="itemData.safeInfo.qrCodeUrl" class="code-img" :src="itemData.safeInfo.qrCodeUrl">
           </view>
         </view>
       </view>