Browse Source

处理七牛云编辑配置

master
朱耘稷 4 years ago
parent
commit
c9714d8342
  1. 2
      src/views/tools/storage/qiniu/form.vue

2
src/views/tools/storage/qiniu/form.vue

@ -64,7 +64,9 @@ export default {
methods: {
init() {
get().then(res => {
if(res){
this.form = res
}
})
},
doSubmit() {

Loading…
Cancel
Save