feat: add desktop bug report collection
This commit is contained in:
@@ -79,6 +79,12 @@ export const router = createRouter({
|
||||
component: () => import('@/views/DesktopClientReleasesView.vue'),
|
||||
meta: { title: '客户端版本' },
|
||||
},
|
||||
{
|
||||
path: 'desktop-client/bug-reports',
|
||||
name: 'desktop-client-bug-reports',
|
||||
component: () => import('@/views/DesktopBugReportsView.vue'),
|
||||
meta: { title: '客户端 Bug' },
|
||||
},
|
||||
{
|
||||
path: 'compliance/policy',
|
||||
name: 'compliance-policy',
|
||||
|
||||
Reference in New Issue
Block a user