From 69ed8f3acf993e3839348bdb44e73b8e9820f109 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=8B=E4=BA=8E=E5=88=9D=E8=A7=81?= <752204717@qq.com> Date: Thu, 5 Dec 2024 16:35:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=8Aonline=E7=9A=84cn=E6=94=B9=E6=88=90com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/page/articleListEditor_C.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/page/articleListEditor_C.vue b/src/components/page/articleListEditor_C.vue index 4869f53..cf54a7d 100644 --- a/src/components/page/articleListEditor_C.vue +++ b/src/components/page/articleListEditor_C.vue @@ -446,7 +446,7 @@ export default { // 跳转页面 lookView(e) { - let urlBlan = 'https://www.tmrjournals.cn/article.html?J_num=' + e.journal_id + '&a_id=' + e.article_id; + let urlBlan = 'https://www.tmrjournals.com/article.html?J_num=' + e.journal_id + '&a_id=' + e.article_id; window.open(urlBlan, '_blank'); },