|
@@ -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
|
|
|
},
|