1. 优化了一些交互,中药药品编辑交互

2. dev和生产环境统一鉴别
This commit is contained in:
李琦
2026-05-21 10:17:25 +08:00
parent d4a66b7d90
commit 716aefb474
4 changed files with 61 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ const PROD = {
};
export function isDoctorWxDev() {
return USE_DOCTOR_WX_DEV;
return checkDev('dev');
}
export function getDoctorWxEnv() {