Browse Source

处理七牛云编辑配置

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

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

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

Loading…
Cancel
Save