瀏覽代碼

'202203151920'

fanghuisheng 3 年之前
父節點
當前提交
95414f99ba
共有 1 個文件被更改,包括 2 次插入2 次删除
  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
 		},