fix: 首页UI重构设计

This commit is contained in:
2026-01-09 13:58:09 +08:00
parent 95c1146570
commit 1251897013
6 changed files with 24 additions and 12 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;