Browse Source

bugCommit

zhengjinyi 4 years ago
parent
commit
cde927ce51
1 changed files with 1 additions and 1 deletions
  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>