mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-16 22:36:43 +08:00
提示信息修改
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user