From ac724e26d0a1a44d8592f5d032785b9dbf63ab6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E8=B6=85?= <2325690622@qq.com> Date: Tue, 18 Nov 2025 16:58:43 +0800 Subject: [PATCH] Change config name from 'mock-conf' to 'wallet-conf' --- src/views/pay/app/components/channel/WalletChannelForm.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/pay/app/components/channel/WalletChannelForm.vue b/src/views/pay/app/components/channel/WalletChannelForm.vue index 71da0ded6..2f636f405 100644 --- a/src/views/pay/app/components/channel/WalletChannelForm.vue +++ b/src/views/pay/app/components/channel/WalletChannelForm.vue @@ -50,7 +50,7 @@ const formData = ref({ feeRate: 0, remark: '', config: { - name: 'mock-conf' + name: 'wallet-conf' } }) const formRules = { @@ -114,7 +114,7 @@ const resetForm = (appId, code) => { remark: '', feeRate: 0, config: { - name: 'mock-conf' + name: 'wallet-conf' } } formRef.value?.resetFields()