mork пре 2 месеци
родитељ
комит
bfbacc6406
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/yygl/overview/index.vue

+ 1 - 1
src/views/yygl/overview/index.vue

@@ -48,7 +48,7 @@
               <p class="app-description">{{ app.content }}</p>
               <div class="app-footer">
                 <span class="app-date">{{ app.createTime }}</span>
-                <el-button type="primary" size="small" class="visit-button">访问</el-button>
+                <el-button type="primary" size="small" class="visit-button" @click="handleVisit">访问</el-button>
               </div>
             </div>
           </div>