heyang 1 år sedan
förälder
incheckning
9825c4cc86
2 ändrade filer med 11 tillägg och 10 borttagningar
  1. 2 2
      api/request/config.js
  2. 9 8
      pages_safetyExamine/inforSign.vue

+ 2 - 2
api/request/config.js

@@ -3,7 +3,7 @@ const config = {
 	// base_url: 'http://192.168.1.7:8080',//刘波
 	// base_url: 'http://192.168.1.17:8080',//小飞
 	// base_url: 'http://192.168.1.20:8080',//志伟
-    // base_url: 'http://192.168.1.8/api',//高升
+    // base_url: 'http://192.168.1.39:8080',//高升
 	// base_url: 'http://192.168.1.29:8080',//何成
     // base_url: 'http://192.168.1.43:9800',//43服务器
 	// base_url: 'https://demo.zjznai.com/xzgd/',
@@ -11,7 +11,7 @@ const config = {
     //base_url: 'https://lab.zjznai.com/labNhSystem/',//43服务器高升测试
 	//base_url: 'https://lab.zjznai.com/labAppTest/',//43服务器线上
     // base_url: 'https://lab.zjznai.com/appTest/',//88服务器线上
-    base_url: 'https://lab.zjznai.com/labSystem/', //矿大地址
+       base_url: 'https://lab.zjznai.com/labSystem/', //矿大地址
 	// base_url: 'https://lab.zjznai.com/jdlabSystem/', //交大地址
    // base_url: 'https://lab.zjznai.com/jndxlabSystem/', //暨大地址
    // base_url: 'https://lab.zjznai.com/api/', //暨大化材

+ 9 - 8
pages_safetyExamine/inforSign.vue

@@ -40,9 +40,9 @@
 			<view class="title">{{item.classifyName}}</view>
 			<view class="telephone_li" v-for="(item3,index3) in item.privateList" :key="index3">{{item3.infoContent}}</view>
 		</view>
-		
+
 	</scroll-view>
-	<view  class="bottom_btn" @click="handleClick('start')">开展检查</view>
+	<view  v-if="!rectifyGentle" class="bottom_btn" @click="handleClick('start')">开展检查</view>
   </view>
 
 </template>
@@ -53,10 +53,11 @@ import { getSelectInfoByRoom,getInforSign} from '@/api/index.js'
 export default {
   name: "rectifyList",
   components: {
-   
+
   },
   data() {
     return {
+    rectifyGentle:uni.getStorageSync('gentleIdentifierData').rectifyGentle,
 		baseUrl:config.base_url,
 		pageType:2,
 		id:'',
@@ -69,7 +70,7 @@ export default {
 	 }
   },
   onShow() {
-	  
+
   },
   mounted(){
 	  this.getInforSign()
@@ -153,7 +154,7 @@ export default {
 			justify-content: flex-start;
 			align-items: center;
 			margin-right: 26rpx;
-			
+
 			>text:nth-of-type(1){
 				font-size: 24rpx;
 				font-family: PingFang SC-Medium, PingFang SC;
@@ -243,7 +244,7 @@ export default {
 				}
 			}
 		}
-		
+
 	}
 	.category{
 		width: 690rpx;
@@ -312,7 +313,7 @@ export default {
 		}
 	}
 	/* 待整改 */
-		
+
     .bottom_btn{
 		position: fixed;
 		bottom: 26rpx;
@@ -327,7 +328,7 @@ export default {
 		background: #0183FA;
 		border-radius: 20rpx;
 		text-align: center;
-		
+
 	}
 }
 </style>