diff --git a/main.js b/main.js
index 799a43ae..d199927b 100644
--- a/main.js
+++ b/main.js
@@ -35,13 +35,15 @@ Vue.prototype.COMPANY = ""
if (process.env.NODE_ENV === 'development') {
// 开发环境
console.log('开发环境')
- Vue.prototype.url_config = 'http://47.93.215.234:9809/' // 鞍钢正式地址
+ // 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://47.93.215.234: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:9111/' //郭圣雄本地
// 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://47.93.215.234:19997' // 工作流线上地址(弃用)
+ Vue.prototype.work_url = 'http://42.180.188.17:19997' // 工作流线上地址
// Vue.prototype.work_url = 'http://192.168.34.138:5173' // 工作流地址
// Vue.prototype.url_config = 'http://8.142.139.165:7080/' // 湖里
// Vue.prototype.url_config = 'http://139.9.66.234:8/'
@@ -80,11 +82,13 @@ if (process.env.NODE_ENV === 'development') {
console.log('生产环境')
// Vue.prototype.url_config = 'http://10.168.1.105:11111/' // 线上地址
// Vue.prototype.url_config = 'http://10.168.1.104:11111/' // 线上地址
- Vue.prototype.url_config = 'http://47.93.215.234:9809/' // 鞍钢线上地址
+ // 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://47.93.215.234:11211/' // 鞍钢测试地址
// Vue.prototype.url_config = 'http://182.90.224.237:51234/' // 百色三标段
// Vue.prototype.url_config = 'http://192.168.34.221:9111/' // 百色三标段
- Vue.prototype.work_url = 'http://47.93.215.234:19997' // 工作流线上地址
+ // 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://47.93.215.234:19097' // 工作流测试地址
// Vue.prototype.work_url = 'http://192.168.34.139:5173' // 工作流地址
// Vue.prototype.url_config = 'http://182.90.224.147:100/' //演示平台
diff --git a/pages/videoManage/playVideo.vue b/pages/videoManage/playVideo.vue
index 3009a30c..2cf86eb5 100644
--- a/pages/videoManage/playVideo.vue
+++ b/pages/videoManage/playVideo.vue
@@ -6,10 +6,8 @@
-
-
-
+
{{videoInfo.videoName}}