修复视频问题

This commit is contained in:
杜海鹏 2022-07-23 21:09:59 +08:00
parent 81017e2c47
commit bbffc72191
3 changed files with 10 additions and 8 deletions

View File

@ -20,8 +20,8 @@ console.log('开发环境')
}else{
// Vue.prototype.url_config = 'http://192.168.34.125:6023/'
// Vue.prototype.url_config = 'http://223.82.100.80:9000/'
Vue.prototype.url_config = 'http://120.236.247.200:9000/'
// Vue.prototype.url_config = 'http://zhgd.loganwy.com/'
// Vue.prototype.url_config = 'http://120.236.247.200:9000/'
Vue.prototype.url_config = 'http://zhgd.loganwy.com/'
// Vue.prototype.url_config = 'http://183.60.227.61:30249/'
// Vue.prototype.url_config = 'http://183.60.227.61:30249/'
// Vue.prototype.url_config = 'http://124.71.178.44:9000/'

View File

@ -2,8 +2,8 @@
"name" : "智慧工地云",
"appid" : "__UNI__DC0B4F9",
"description" : "",
"versionName" : "1.2.4",
"versionCode" : 124,
"versionName" : "6.5",
"versionCode" : 125,
"transformPx" : false,
/* 5+App */
"app-plus" : {
@ -113,9 +113,9 @@
},
"splashscreen" : {
"android" : {
"hdpi" : "unpackage/res/icons/start.png",
"xhdpi" : "unpackage/res/icons/start.png",
"xxhdpi" : "unpackage/res/icons/start.png"
"hdpi" : "F:/splash.png",
"xhdpi" : "F:/splash.png",
"xxhdpi" : "F:/splash.png"
},
"iosStyle" : "common",
"ios" : {

View File

@ -169,7 +169,9 @@
this.searchsn = userInfo.sn
this.getProjectDetail()
} else {
this.projectDetail = JSON.parse(uni.getStorageSync('projectDetail'))
let data = JSON.parse(uni.getStorageSync('projectDetail'))
this.searchsn = data.projectSn;
this.getProjectDetail()
this.loadWeather()
}
this.viewVersionInfo()