修复视频问题
This commit is contained in:
parent
81017e2c47
commit
bbffc72191
4
main.js
4
main.js
@ -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/'
|
||||
|
||||
@ -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" : {
|
||||
|
||||
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user