luolei 5 年之前
父节点
当前提交
cc9a0e407d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/Preview.vue

+ 1 - 1
src/components/Preview.vue

@@ -237,7 +237,7 @@ export default {
         })
     },
     defaultWaring(res){
-      console.log(JSON.stringify(res))
+      alert(JSON.stringify(res))
       this.$store.commit('handleToggleShow', false);
       this.showType = 'fail'
       this.submit = true