Change config name from 'mock-conf' to 'wallet-conf'

pull/831/MERGE
邓超 2025-11-18 16:58:43 +08:00 committed by GitHub
parent 6b28dba11b
commit ac724e26d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ const formData = ref<any>({
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()