diff --git a/src/components/file-upload/index.vue b/src/components/file-upload/index.vue
new file mode 100644
index 0000000..5c8883c
--- /dev/null
+++ b/src/components/file-upload/index.vue
@@ -0,0 +1,71 @@
+
+
+
+ 点击上传
+
+
+
+
+
+
+
diff --git a/src/views/wechat/config/pay.vue b/src/views/wechat/config/pay.vue
index 57eb582..ec8c799 100644
--- a/src/views/wechat/config/pay.vue
+++ b/src/views/wechat/config/pay.vue
@@ -10,13 +10,14 @@
+
+
+
提交
-
-
@@ -25,10 +26,10 @@ import checkPermission from '@/utils/permission'
import initData from '@/mixins/initData'
import { del, add, get } from '@/api/yxSystemConfig'
import eForm from './form'
-import picUpload from '@/components/pic-upload'
+import fileUpload from '@/components/file-upload'
import { Message } from 'element-ui'
export default {
- components: { eForm, picUpload },
+ components: { eForm, fileUpload },
mixins: [initData],
data() {
return {
@@ -36,7 +37,8 @@ export default {
form: {
wxpay_appId: '',
wxpay_mchId: '',
- wxpay_mchKey: ''
+ wxpay_mchKey: '',
+ wxpay_keyPath: ''
},
rules: {
}