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/") + } } }