From 3412aebccc95b65958faeed5f1534c6935233285 Mon Sep 17 00:00:00 2001 From: liugongyu <290219706@qq.com> Date: Fri, 19 Sep 2025 14:10:51 +0800 Subject: [PATCH] 空或者null 处理为 暂无 --- config/app.js | 6 ++++-- pages/work/case/result.vue | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/config/app.js b/config/app.js index ea49652..fb8235a 100644 --- a/config/app.js +++ b/config/app.js @@ -1,5 +1,5 @@ // 开发者环境:开|关 -const SWITCH_DEVELOPMENT = false +const SWITCH_DEVELOPMENT = true /** S 是否H5端 **/ // #ifdef H5 @@ -33,7 +33,9 @@ export const version = '1.0.6' // export const uploadURL = baseURL + '/ylapi/yuanl/common/upload' export const uploadURL = baseURL + '/ylapi/yuanl/common/upload' // export const OSSURL = baseURL + '/yuanlin/' -export const OSSURL = 'https://yuanlin.jichengshanshui.com.cn:8987/yuanlin/' +// export const OSSURL = 'https://yuanlin.jichengshanshui.com.cn:8987/yuanlin/' +export const OSSURL = 'https://test.jichengshanshui.com.cn:28310/yuanlin/' + // https://img.jichengshanshui.com.cn:28207 // https://yuanlin.jichengshanshui.com.cn:8987/yuanlin/ \ No newline at end of file diff --git a/pages/work/case/result.vue b/pages/work/case/result.vue index 9a85ca7..d3b0dfd 100644 --- a/pages/work/case/result.vue +++ b/pages/work/case/result.vue @@ -4,7 +4,7 @@ 养护编码{{info.maintainNo}} - 植物类型{{info.plantTypeName}} + 植物类型{{info.plantTypeName}} 养护类型{{info.maintainTypeName}} -- libgit2 0.21.4