提示信息修改

This commit is contained in:
daihh
2022-06-24 19:26:23 +08:00
parent 76ea386a0d
commit c28c9b71ea

View File

@@ -59,7 +59,7 @@
</el-card>
<el-card v-else-if="Internet == 3" style="background-color:#eee" class="jianjie pdftext" id="pdfPreview">
<div style="margin-top:40px">
<span>网络安全检测中</span>
<span>网络安全检测中...</span>
</div>
</el-card>
@@ -246,6 +246,7 @@ export default {
},
methods: {
retest(){
this.Internet=3;
let $this=this;
let xmlhttp=this.getXmlHttpRequest();
let timedOut = false;