mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 02:46:44 +08:00
提交
This commit is contained in:
@@ -126,9 +126,12 @@
|
||||
{{ca.sysCreateTime.substring(0,10)}}
|
||||
</div> -->
|
||||
<a :href="'case/detail?id='+ca.id" >
|
||||
<span class="case-title one-line-ellipsis">
|
||||
<el-tooltip class="item" :content="ca.title" placement="bottom" effect="light" :visible-arrow="false" popper-class="text-tooltip">
|
||||
<span class="case-title one-line-ellipsis">
|
||||
{{ca.title}}
|
||||
</span>
|
||||
</el-tooltip>
|
||||
|
||||
<div class="case-text three-line-ellipsis">
|
||||
{{ca.summary}}
|
||||
</div>
|
||||
|
||||
@@ -221,7 +221,7 @@ export default {
|
||||
xmlhttp.abort();
|
||||
}, 5000);
|
||||
xmlhttp.open("HEAD", "http://10.251.132.75/web",true);
|
||||
//xmlhttp.open("HEAD", "https://u-pre.boe.com/web",true);
|
||||
// xmlhttp.open("HEAD", "https://u-pre.boe.com/web",true);
|
||||
xmlhttp.send();
|
||||
xmlhttp.onreadystatechange=function() {
|
||||
// console.log(xmlhttp.readyState,"xmlhttp.readyState");
|
||||
|
||||
Reference in New Issue
Block a user