Commit b95601a5 by qinjianhui

fix: fix "My Downloads" navigation error and route not found

parent 0cb0b180
......@@ -34,6 +34,14 @@ const router = createRouter({
},
component: Dashboard,
},
{
path: '/MyDownloads',
name: 'MyDownloads',
meta: {
title: '我的下载',
},
component: () => import('@/views/MyDownloads.vue'),
},
],
},
// 登录
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment