Commit 35ed6a92 authored by zhaoxingyu's avatar zhaoxingyu
Browse files

11

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -246,7 +246,7 @@ var vm = new Vue({
window.open(`${url}?id=${item.id}&name=${item.name}`, '_blank');
},
toNewsPage: function (index) {
let url = this.baseUrl+'/news_text.html?newsId='+this.newsList[index].id;
let url = this.baseUrl+'/news_details/news_text.html?newsId='+this.newsList[index].id;
window.open(url,'_blank');
}
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment