del: 移除debugger标记

This commit is contained in:
TsMask
2024-10-17 10:29:39 +08:00
parent cf1686c348
commit 1565f25a03
4 changed files with 0 additions and 5 deletions

View File

@@ -187,7 +187,6 @@ function beforeRequest(options: OptionsType): OptionsType | Promise<any> {
const separator = options.url.includes('?') ? '&' : '?';
// 请求加密
if (options.crypto) {
debugger;
const data = encryptAES(JSON.stringify(paramStr), APP_DATA_API_KEY);
options.url += `${separator}data=${encodeURIComponent(data)}`;
} else {