From 79fc28754812cc3a9b84abbdc91aea9ba999c391 Mon Sep 17 00:00:00 2001 From: kun <1422840143@qq.com> Date: Wed, 15 May 2024 18:20:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.js | 8 ++++---- pages/standardScheduleNews/home.vue | 12 +++++++----- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/main.js b/main.js index a2894ad1..569e7d2e 100644 --- a/main.js +++ b/main.js @@ -36,16 +36,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:9809/' // 鞍钢正式地址 + 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: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://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/standardScheduleNews/home.vue b/pages/standardScheduleNews/home.vue index 4998edb2..e694ce4c 100644 --- a/pages/standardScheduleNews/home.vue +++ b/pages/standardScheduleNews/home.vue @@ -11,7 +11,8 @@ projectTotalProgress: 0 }, tabList: [], - isShowAudit: false + isShowAudit: false, + projectProgressShow: false }; }, watch: { @@ -76,6 +77,7 @@ if (code === 200) { console.log(777888) that.projectObject = result; + that.projectProgressShow = true; } } }) @@ -162,9 +164,9 @@