pdf加载状态

This commit is contained in:
zhaofang
2022-06-15 14:28:45 +08:00
parent f1270c2182
commit 5ac8513ca9
2 changed files with 5 additions and 21 deletions

View File

@@ -369,7 +369,6 @@ export default {
};
},
mounted() {
//console.log(this.$Constants.fileBaseUrl,'fileBaseUrl地址');
this.getCourseData(1);
this.getCaseData();
this.getArticleData();
@@ -380,7 +379,6 @@ export default {
window.open('https://m.qingxuetang.com/x/?appId=qxtcorp306130','_blank');
},
toCourseDetail(item) {
if (item.type == 10) {
return this.webBaseUrl + '/course/micro?id=' + item.id;
} else if (item.type == 20) {