From 7998b683ab3a2a4741742a6acbfc6a8d153fa8c7 Mon Sep 17 00:00:00 2001 From: chenbiao Date: Fri, 6 Mar 2020 18:46:55 +0800 Subject: [PATCH] add 黄石官网链接无跳转 备案 --- src/components/VFooter.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/VFooter.vue b/src/components/VFooter.vue index a7d3e28..b93b7fd 100644 --- a/src/components/VFooter.vue +++ b/src/components/VFooter.vue @@ -17,7 +17,7 @@ @@ -35,6 +35,11 @@ export default { } + }, + methods: { + skipFun:function () { + window.open("http://www.beian.miit.gov.cn/") + } } } -- libgit2 0.21.4