diff --git a/main.js b/main.js index 9cf3c1a3..ad22a90d 100644 --- a/main.js +++ b/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/' diff --git a/manifest.json b/manifest.json index 2926d0d4..903707f8 100644 --- a/manifest.json +++ b/manifest.json @@ -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" : { diff --git a/pages/projectEnd/projectIndex/projectIndex.vue b/pages/projectEnd/projectIndex/projectIndex.vue index a14f5acc..408883e0 100644 --- a/pages/projectEnd/projectIndex/projectIndex.vue +++ b/pages/projectEnd/projectIndex/projectIndex.vue @@ -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()