1. 优化了一些交互,中药药品编辑交互
2. dev和生产环境统一鉴别
This commit is contained in:
@@ -20,7 +20,7 @@ const PROD = {
|
||||
};
|
||||
|
||||
export function isDoctorWxDev() {
|
||||
return USE_DOCTOR_WX_DEV;
|
||||
return checkDev('dev');
|
||||
}
|
||||
|
||||
export function getDoctorWxEnv() {
|
||||
|
||||
Reference in New Issue
Block a user