feat: add monitoring marked articles and retention updates
This commit is contained in:
@@ -239,6 +239,16 @@ const router = createRouter({
|
||||
navKey: '/tracking',
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'tracking/marked-articles',
|
||||
name: 'tracking-marked-articles',
|
||||
component: () => import('@/views/TrackingMarkedArticlesView.vue'),
|
||||
meta: {
|
||||
titleKey: 'route.trackingMarkedArticles.title',
|
||||
descriptionKey: 'route.trackingMarkedArticles.description',
|
||||
navKey: '/tracking/marked-articles',
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'tracking/questions/:brandId/:questionId',
|
||||
name: 'tracking-question-detail',
|
||||
|
||||
Reference in New Issue
Block a user