From 878058dd64e2316b17c50bf4bd34b03e90e511d4 Mon Sep 17 00:00:00 2001 From: kun <1422840143@qq.com> Date: Mon, 13 May 2024 09:51: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 | 4 ++-- pages/my/userInfo/userInfo.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/main.js b/main.js index da93e53d..f0f913e7 100644 --- a/main.js +++ b/main.js @@ -37,10 +37,10 @@ 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:9111/' //郭圣雄本地 + // 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' // 工作流线上地址 diff --git a/pages/my/userInfo/userInfo.vue b/pages/my/userInfo/userInfo.vue index f2bd4320..9a7c1eb1 100644 --- a/pages/my/userInfo/userInfo.vue +++ b/pages/my/userInfo/userInfo.vue @@ -86,7 +86,7 @@ } .userInfo-box { - height:58px; + height: 58px; display: flex; align-items: center; justify-content: space-between;