TuringToken/web/src/components
xiezhouwei 82016579db fix(payment): resolve payment settings save logic and enable persistence
- Fix Bug 1: Always save all provider-specific fields regardless of
  currently selected provider in dropdown, preventing data loss when
  switching between Alipay/WeChat/ePay/Yipay configurations
- Fix Bug 2: Add EpayEnabled/YipayEnabled backend Go variables and
  OptionMap entries so enable/disable checkboxes persist across page
  reloads
- Fix white screen crash by wrapping orphan Col elements in proper Row
- Add EpayEnabled/YipayEnabled to PaymentSetting.jsx initial state
- Remove duplicate payment card imports for Stripe/Creem/Waffo/Alipay/Wechat
2026-06-09 14:35:37 +08:00
..
auth feat: add captcha verification for login form 2026-06-05 13:57:13 +08:00
common Initial commit 2026-06-03 10:01:10 +08:00
dashboard Initial commit 2026-06-03 10:01:10 +08:00
distributor Initial commit 2026-06-03 10:01:10 +08:00
home Initial commit 2026-06-03 10:01:10 +08:00
layout feat: 操作日志功能实现及字段级diff优化 2026-06-04 15:17:59 +08:00
model-deployments Initial commit 2026-06-03 10:01:10 +08:00
playground Initial commit 2026-06-03 10:01:10 +08:00
settings fix(payment): resolve payment settings save logic and enable persistence 2026-06-09 14:35:37 +08:00
setup Initial commit 2026-06-03 10:01:10 +08:00
supplier Initial commit 2026-06-03 10:01:10 +08:00
table Initial commit 2026-06-03 10:01:10 +08:00
topup fix(payment): resolve payment settings save logic and enable persistence 2026-06-09 14:35:37 +08:00