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()