新增下载周榜与月榜

pull/361/head
HXY 2 years ago
parent 9a550271ec
commit ccdc97b997

File diff suppressed because one or more lines are too long

@ -105,7 +105,7 @@
<!-- 添加排序编号 --> <!-- 添加排序编号 -->
<div class="ranking-avatar"> <div class="ranking-avatar">
<!-- 用户头像 --> <!-- 用户头像 -->
<img :src="item.avatar" alt="User Avatar" /> <img :src="item.avatar"/>
</div> </div>
<div class="ranking-info"> <div class="ranking-info">
@ -305,7 +305,6 @@ const formatUserName = (name: string) => {
return name.length > 10 ? name.substring(0, 10) + "..." : name; return name.length > 10 ? name.substring(0, 10) + "..." : name;
}; };
watch( watch(
() => ({ () => ({
refreshTopicFollow: store.state.refreshTopicFollow, refreshTopicFollow: store.state.refreshTopicFollow,

@ -43,7 +43,7 @@ const routes = [
component: () => import('@/views/Profile.vue'), component: () => import('@/views/Profile.vue'),
}, },
{ {
path: '/user', path: '/u',
name: 'user', name: 'user',
meta: { meta: {
title: '用户详情', title: '用户详情',

Loading…
Cancel
Save