Browse Source

应用管理修改

mork 2 months ago
parent
commit
bfbacc6406
1 changed files with 1 additions and 1 deletions
  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>