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

添加检测是否首次安装

parent 51d13939
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
"axios": "^0.18.0", "axios": "^0.18.0",
"core-js": "3.8.1", "core-js": "3.8.1",
"echarts": "^4.9.0", "echarts": "^4.9.0",
"element-ui": "^2.15.5", "element-ui": "^2.15.14",
"file-saver": "2.0.4", "file-saver": "2.0.4",
"fuse.js": "6.4.3", "fuse.js": "6.4.3",
"js-cookie": "2.2.1", "js-cookie": "2.2.1",
......
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
<el-dialog <el-dialog
:title="guide.title" :title="guide.title"
:visible.sync="guide.open" :visible.sync="guide.open"
width="400px" width="800px"
show-close="false" show-close="false"
close-on-click-modal="false" close-on-click-modal="false"
append-to-body append-to-body
......
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