fix: 首页的资质证明和详情的处方药、保健食品提醒

This commit is contained in:
2025-12-19 16:40:36 +08:00
parent 29298af893
commit 588f2ec85b
2 changed files with 29 additions and 3 deletions

View File

@@ -6,8 +6,8 @@ export function checkDev(key = '') {
// 判断某些模块是否开启
switch (key) {
case 'dev':
// return false;
return true;
return false;
// return true;
case 'open-im':
return false;
default: