Browse Source

'202203151920'

fanghuisheng 3 years ago
parent
commit
95414f99ba
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/device-Manage/electricalSystem/index.vue

+ 2 - 2
pages/device-Manage/electricalSystem/index.vue

@@ -1,6 +1,6 @@
 <template>
 	<view class="">
-		<web-view :src="'https://pcdev.ewoogi.com/vuefiv/#/?siteId='+siteId" allow></web-view>
+		<web-view :src="'https://pcdev.ewoogi.com/appfiv/#/?siteId='+siteId" allow></web-view>
 	</view>
 </template>
 
@@ -17,7 +17,7 @@
 		onLoad:function(option){
 			// console.log(111)
 			// console.log(option)
-			this.siteId = option.siteId
+			this.siteId = option.companyCode
 			this.companyCode=option.companyCode
 			this.deviceType=option.deviceType
 		},