1. 诊所管理

This commit is contained in:
李琦
2026-06-18 10:52:42 +08:00
parent 73d535378e
commit 66a2243042
8 changed files with 558 additions and 472 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;