소스 검색

bugCommit

zhengjinyi 4 년 전
부모
커밋
cde927ce51
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/templates/index.html

+ 1 - 1
src/main/resources/templates/index.html

@@ -186,7 +186,7 @@
     <!--左侧广告图-->
     <div id="advertising">
         <div class="item" v-for="ad in advertising">
-            <a href="javascript:void(0);">
+            <a :href="ad.link" target="_blank">
                 <img :src="ad.image" :alt="ad.title">
             </a>
             <span class="close"></span>