功能添加
This commit is contained in:
@@ -37,7 +37,25 @@ const router = createRouter({
|
||||
{
|
||||
path: '/smart-classification',
|
||||
name: 'smart-classification',
|
||||
component: () => import('../views/SmartClassification.vue'),
|
||||
component: () => import('../views/ClassificationSmart.vue'),
|
||||
meta: { requiresAuth: true },
|
||||
},
|
||||
{
|
||||
path: '/classification-edit',
|
||||
name: 'classification-edit',
|
||||
component: () => import('../views/ClassificationEdit.vue'),
|
||||
meta: { requiresAuth: true },
|
||||
},
|
||||
{
|
||||
path: '/classification-batch',
|
||||
name: 'classification-batch',
|
||||
component: () => import('../views/ClassificationBatch.vue'),
|
||||
meta: { requiresAuth: true },
|
||||
},
|
||||
{
|
||||
path: '/classification-nlp',
|
||||
name: 'classification-nlp',
|
||||
component: () => import('../views/ClassificationNLP.vue'),
|
||||
meta: { requiresAuth: true },
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user