支付宝兼容

This commit is contained in:
2026-03-09 09:07:58 +08:00
parent 069677957e
commit b3836b8bf2
31 changed files with 2382 additions and 307 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
// 配置项:true 表示打印日志,false 表示不打印日志
export const CONSOLE_CONFIG = {
// 是否启用 console.log
enableLog: false,
enableLog: true,
// 是否启用 console.warn
enableWarn: false,
// 是否启用 console.error