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

添加检测是否首次安装

parent 74008034
...@@ -61,6 +61,8 @@ ...@@ -61,6 +61,8 @@
:title="guide.title" :title="guide.title"
:visible.sync="guide.open" :visible.sync="guide.open"
width="400px" width="400px"
show-close="false"
close-on-click-modal="false"
append-to-body append-to-body
> >
<el-upload <el-upload
...@@ -341,6 +343,8 @@ ...@@ -341,6 +343,8 @@
/** 提交上传文件 */ /** 提交上传文件 */
submitGuideFileForm() { submitGuideFileForm() {
this.$refs.guide.submit(); 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