|
@@ -265,6 +265,17 @@ export default {
|
|
|
type: "warning",
|
|
|
});
|
|
|
});
|
|
|
+ }else if(_this.$route.query.showCourse){
|
|
|
+ _this.bookId = this.$route.query.bookId;
|
|
|
+ _this.type = this.$route.query.type;
|
|
|
+ const MethodName = "book-book_manager-GetBook";
|
|
|
+ const data = {
|
|
|
+ id: _this.bookId,
|
|
|
+ };
|
|
|
+ getContent(MethodName, data).then((res) => {
|
|
|
+ this.showContent = true
|
|
|
+ _this.name = res.name;
|
|
|
+ });
|
|
|
}else {
|
|
|
_this.$message({
|
|
|
message: "链接已失效",
|