From ebc701d2374ddef3fb985be85c49c5cdcd5425a7 Mon Sep 17 00:00:00 2001 From: liuwh <964324856@qq.com> Date: Mon, 23 Jun 2025 18:18:09 +0800 Subject: [PATCH] fix:修改详情中修改问题属地回显问题 --- src/utils/utility.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/utility.js b/src/utils/utility.js index 880512d..5d6bbc5 100644 --- a/src/utils/utility.js +++ b/src/utils/utility.js @@ -2,7 +2,7 @@ * @Company: hugeInfo * @Author: ldh * @Date: 2022-02-16 11:57:54 - * @LastEditTime: 2025-05-30 16:51:32 + * @LastEditTime: 2025-06-23 14:30:22 * @LastEditors: lwh * @Version: 1.0.0 * @Description: 公共模块方法 @@ -18,7 +18,7 @@ import { empty } from '@/assets/images'; export const isDebug = false; // 是否开发环境 -export const isTest = false; // 是否测试环境 +export const isTest = true; // 是否测试环境 export const appUrl = isDebug ? debug : isTest ? test : web; // api -- Gitblit v1.8.0