|
@@ -60,7 +60,7 @@ export default {
|
|
|
// 需要跳到教材系统的教材详情
|
|
|
gotoIntroduce(item) {
|
|
|
sessionStorage.setItem("Bookdetail", JSON.stringify(item));
|
|
|
- let href = `/GCLS-Book/#/GoodsDetail?goods_id=${item.id}&goods_type=101`;
|
|
|
+ let href = `/GCLS-Book/#/GoodsDetail?goods_id=${item.id}&goods_type=101&invok_module=GCLS-LC`;
|
|
|
window.open(href, "_blank");
|
|
|
},
|
|
|
},
|