소스 검색

feat: 新增备案跳转

haizemu 4 달 전
부모
커밋
8e175171ca
3개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. BIN
      .DS_Store
  2. 1 1
      index.html
  3. 6 0
      js/index.js

BIN
.DS_Store


+ 1 - 1
index.html

@@ -42,7 +42,7 @@
         <div class="foot foot2">
             <div class="footer">
                 <p>Copyright© 2016-2024 四川福摩数字科技有限公司 版权所有 | ICP:蜀ICP备17037373号-1 | 营业执照:91510104MA6CNABR2G</p>
-                <p class="p3"><img src="./img/footer01.png" alt="">联网备案号:50019002502299 | <img src="./img/footer02.png" alt="">中国互联网违法和不良信息举报中心</p>
+                <p class="p3"><span class="gopage"><img src="./img/footer01.png" alt="">联网备案号:50019002502299</span> | <img src="./img/footer02.png" alt="">中国互联网违法和不良信息举报中心</p>
             </div>
         </div>
     </div>

+ 6 - 0
js/index.js

@@ -27,6 +27,12 @@ $(document).ready(function() {
   });
 
 
+$(document).ready(function() {
+  $('.gopage').click(function() {
+      window.open('https://beian.miit.gov.cn/','_blank')
+  });
+});
+  
 // $(window).scroll(function(event){
 // checkscroll()
 // });