1. 诊所管理

This commit is contained in:
李琦
2026-06-24 07:53:32 +08:00
parent 630f486831
commit 3538843e39
10 changed files with 80 additions and 19 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;
return true;