Commit 7998b683ab3a2a4741742a6acbfc6a8d153fa8c7

Authored by Andy
1 parent 84bd3463

add 黄石官网链接无跳转 备案

Showing 1 changed file with 6 additions and 1 deletions
src/components/VFooter.vue
... ... @@ -17,7 +17,7 @@
17 17 </div>
18 18 </div>
19 19 <div class="footer-bottom">
20   - <div >《隐私权政策》 《权益保障承诺书》 鄂ICP备19013449号</div>
  20 + <div @click="skipFun()" style="cursor: pointer">《隐私权政策》 《权益保障承诺书》 鄂ICP备19013449号</div>
21 21 </div>
22 22 </div>
23 23 </template>
... ... @@ -35,6 +35,11 @@ export default {
35 35  
36 36  
37 37 }
  38 + },
  39 + methods: {
  40 + skipFun:function () {
  41 + window.open("http://www.beian.miit.gov.cn/")
  42 + }
38 43 }
39 44 }
40 45 </script>
... ...