瀏覽代碼

Merge pull request #187 from DevDengChao/patch-2

Change config name from 'mock-conf' to 'wallet-conf'
芋道源码 2 月之前
父節點
當前提交
929e753c6e
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/pay/app/components/channel/WalletChannelForm.vue

+ 2 - 2
src/views/pay/app/components/channel/WalletChannelForm.vue

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