mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-17 06:46:43 +08:00
提示信息修改
This commit is contained in:
@@ -59,7 +59,7 @@
|
|||||||
</el-card>
|
</el-card>
|
||||||
<el-card v-else-if="Internet == 3" style="background-color:#eee" class="jianjie pdftext" id="pdfPreview">
|
<el-card v-else-if="Internet == 3" style="background-color:#eee" class="jianjie pdftext" id="pdfPreview">
|
||||||
<div style="margin-top:40px">
|
<div style="margin-top:40px">
|
||||||
<span>网络安全检测中</span>
|
<span>网络安全检测中...</span>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</el-card>
|
</el-card>
|
||||||
@@ -246,6 +246,7 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
retest(){
|
retest(){
|
||||||
|
this.Internet=3;
|
||||||
let $this=this;
|
let $this=this;
|
||||||
let xmlhttp=this.getXmlHttpRequest();
|
let xmlhttp=this.getXmlHttpRequest();
|
||||||
let timedOut = false;
|
let timedOut = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user