Commit fca4cb61 authored by 赵啸非's avatar 赵啸非

添加检测是否首次安装

parent 74008034
......@@ -61,6 +61,8 @@
:title="guide.title"
:visible.sync="guide.open"
width="400px"
show-close="false"
close-on-click-modal="false"
append-to-body
>
<el-upload
......@@ -341,6 +343,8 @@
/** 提交上传文件 */
submitGuideFileForm() {
this.$refs.guide.submit();
},
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment