From 029bc83117a82e23b65715625f0377b58d996c47 Mon Sep 17 00:00:00 2001 From: czm <2192718639@qq.com> Date: Wed, 14 Dec 2022 18:34:24 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88=20perf(=E6=8A=8A=E9=A2=84=E5=AD=98?= =?UTF-8?q?=E6=AC=BE=E6=A0=87=E9=A2=98=E6=94=B9=E4=B8=BA=E9=A2=84=E5=AD=98?= =?UTF-8?q?=E8=B4=A7=E6=AC=BE):?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/constant.ts | 4 ++-- src/components/LabAndImg/index.tsx | 3 ++- src/pages/depositBeforehand/index.config.ts | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/common/constant.ts b/src/common/constant.ts index 32af514..2f06165 100644 --- a/src/common/constant.ts +++ b/src/common/constant.ts @@ -1,4 +1,4 @@ -// export const BASE_URL = CURRENT_BASE_URL +export const BASE_URL = CURRENT_BASE_URL // export const BASE_URL = `http://192.168.0.75:50001/lymarket` // export const BASE_URL = `http://192.168.0.89:50001/lymarket` // export const BASE_URL = `http://10.0.0.5:50001/lymarket` @@ -12,7 +12,7 @@ // export const BASE_URL = `https://dev.zzfzyc.com/lymarket` // 开发环境 // export const BASE_URL = 'https://www.zzfzyc.com/lymarket' // 正式环境 // export const BASE_URL = `http://192.168.1.5:40001/lymarket` // 王霞 -export const BASE_URL = 'http://192.168.1.7:50002/lymarket' // 添 +// export const BASE_URL = 'http://192.168.1.7:50002/lymarket' // 添 // export const BASE_URL = 'http://192.168.1.28:50002/lymarket' // 婷 // export const BASE_URL = `http://192.168.1.42:50002/lymarket` // 杰 diff --git a/src/components/LabAndImg/index.tsx b/src/components/LabAndImg/index.tsx index 4c02104..6cfe0e6 100644 --- a/src/components/LabAndImg/index.tsx +++ b/src/components/LabAndImg/index.tsx @@ -60,6 +60,7 @@ const LabAndImg = ({ value, onClick, showStatus = false, round = false, name = ' {value.texture_url && ( checkLoad(e)} @@ -69,7 +70,7 @@ const LabAndImg = ({ value, onClick, showStatus = false, round = false, name = ' )} {!value.texture_url && rgbStyle && } {!value.texture_url && !rgbStyle && ( - + )} {name && {name}} diff --git a/src/pages/depositBeforehand/index.config.ts b/src/pages/depositBeforehand/index.config.ts index 67281be..f76fc15 100644 --- a/src/pages/depositBeforehand/index.config.ts +++ b/src/pages/depositBeforehand/index.config.ts @@ -1,4 +1,4 @@ export default { - navigationBarTitleText: '预存款', + navigationBarTitleText: '预存货款', enableShareAppMessage: true, }