diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index a7cf3e92..a461607e 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -19,7 +19,7 @@ "type" : "uniCloud" }, { - "playground" : "custom", + "playground" : "standard", "type" : "uni-app:app-android" }, { diff --git a/main.js b/main.js index dfe20678..1bebada7 100644 --- a/main.js +++ b/main.js @@ -37,16 +37,16 @@ if (process.env.NODE_ENV === 'development') { console.log('开发环境') // Vue.prototype.url_config = 'http://47.93.215.234:9809/' // 鞍钢正式地址(弃用) // Vue.prototype.url_config = 'http://42.180.188.17:9809/' // 鞍钢正式地址 - // Vue.prototype.url_config = 'http://42.180.188.17:11211/' // 鞍钢测试地址 + Vue.prototype.url_config = 'http://42.180.188.17:11211/' // 鞍钢测试地址 // Vue.prototype.url_config = 'http://182.90.224.237:51234/' //雄哥内网穿透地址 // Vue.prototype.url_config = 'http://jxj.zhgdyun.com:61212/' //杰哥内网穿透地址 // Vue.prototype.url_config = ' http://192.168.34.221:28888/' //郭圣雄本地 // Vue.prototype.url_config = 'http://192.168.34.221:9111/' //郭圣雄本地 - Vue.prototype.url_config = 'http://192.168.34.155:19111/' //彭洁本地 + // Vue.prototype.url_config = 'http://192.168.34.155:19111/' //彭洁本地 // Vue.prototype.work_url = 'http://47.93.215.234:19997' // 工作流线上地址(弃用) // Vue.prototype.work_url = 'http://42.180.188.17:19997' // 工作流线上地址 - // Vue.prototype.work_url = 'http://42.180.188.17:19097' // 工作流测试地址 - Vue.prototype.work_url = 'http://192.168.34.138:5173' // 工作流地址 + Vue.prototype.work_url = 'http://42.180.188.17:19097' // 工作流测试地址 + // Vue.prototype.work_url = 'http://192.168.34.138:5173' // 工作流地址 // Vue.prototype.work_url = 'http://139.9.66.234:5173' // 工作流地址 // Vue.prototype.work_url = 'http://192.168.34.126:5173' // 工作流地址 // Vue.prototype.url_config = 'http://8.142.139.165:7080/' // 湖里 diff --git a/pages/personLocation/exam/examresult/examresult.vue b/pages/personLocation/exam/examresult/examresult.vue index 106970ba..517a561a 100644 --- a/pages/personLocation/exam/examresult/examresult.vue +++ b/pages/personLocation/exam/examresult/examresult.vue @@ -79,9 +79,9 @@ .image-tip { width: 145.52rpx; // height: 145.52rpx; - background-image: url(/static/signin-error.png); - background-repeat: no-repeat; - background-size: 100% 100%; + // background-image: url(/static/signin-error.png); + // background-repeat: no-repeat; + // background-size: 100% 100%; display: flex; justify-content: center; align-items: center; diff --git a/pages/videoManage/playBackVideo.vue b/pages/videoManage/playBackVideo.vue index ecb8dc79..5b67ea55 100644 --- a/pages/videoManage/playBackVideo.vue +++ b/pages/videoManage/playBackVideo.vue @@ -56,6 +56,9 @@ success(res) { console.log('找封面', res) that.url = res.result.url + if(that.url.indexOf("10.168.1.100") != -1){ + that.url = that.url.replace("10.168.1.100", "42.180.188.17") + } } }) },