diff --git a/src/views/Index.vue b/src/views/Index.vue
index 64696016..c49136e8 100644
--- a/src/views/Index.vue
+++ b/src/views/Index.vue
@@ -5,7 +5,7 @@
-
+
@@ -14,7 +14,7 @@
-
+
@@ -624,6 +624,9 @@
}
},
methods: {
+ banJump(item) {
+ window.open(item.JumpUrl);
+ },
// 上次学习记录
getLastStudy() {
apicourseStudy.lastStudy().then(res => {
@@ -737,6 +740,7 @@
let key = 'index';
apiPlace.detail(key).then(res => {
let lmj = JSON.parse(res.result.content)
+ console.log(lmj,'lmj');
this.resonimg = lmj;
})
},