diff --git a/components/archive/list.vue b/components/archive/list.vue index 497de54..f9938ff 100644 --- a/components/archive/list.vue +++ b/components/archive/list.vue @@ -4,7 +4,7 @@
-

@@ -31,8 +31,7 @@
- + {{ article.articleAuthorName }} {{ article.timeAgo }} @@ -76,19 +75,6 @@ export default { currentChange(page) { this.$emit('currentChange', page); }, - onRouter(name, data) { - if ("article" === name) { - this.$router.push({ - path: data - }) - } else { - this.$router.push( - { - path: '/user/' + data - } - ) - } - }, isPerfect(articlePerfect) { return articlePerfect === '1'; }