feat: 增加侧滑事件
This commit is contained in:
@@ -27,9 +27,7 @@ class BaseResponse<T> {
|
||||
final nonce = dataMap['time'] ?? "";
|
||||
|
||||
// 判断是否需要解密:根据站点配置的 enable_security 字段
|
||||
final shouldDecrypt = KRSiteConfigService().isDeviceSecurityEnabled();
|
||||
|
||||
if (shouldDecrypt && cipherText.isNotEmpty && nonce.isNotEmpty) {
|
||||
if (cipherText.isNotEmpty && nonce.isNotEmpty) {
|
||||
try {
|
||||
if (kDebugMode) {
|
||||
print('═══════════════════════════════════════');
|
||||
|
||||
Reference in New Issue
Block a user