fix: 商品详情UI优化、提示增强

This commit is contained in:
2025-12-17 10:13:31 +08:00
parent 40fa6ba2e8
commit 420e699b4c
5 changed files with 251 additions and 24 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: