Skip to content

Commit

Permalink
移除项目模板链接
Browse files Browse the repository at this point in the history
  • Loading branch information
a54552239 committed Jul 17, 2019
1 parent 6592ffe commit e4dae52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/project/template/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<a-list-item-meta
:description="item.description"
>
<router-link slot="title" :to="'/project/space/task/' + item.code">{{item.name}}</router-link>
<span slot="title">{{item.name}}</span>
<a-avatar slot="avatar" icon="user" :src="item.cover"/>
</a-list-item-meta>
<div class="other-info muted">
Expand Down

0 comments on commit e4dae52

Please sign in to comment.