@@ -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>