fix(regression): cannot perform any action

This commit is contained in:
Methapon2001 2024-12-25 15:14:57 +07:00
parent 929b6c779c
commit b988181631
2 changed files with 2 additions and 2 deletions

View file

@ -129,7 +129,7 @@ const routes: RouteRecordRaw[] = [
component: () => import('pages/08_request-list/RequestListView.vue'),
},
{
path: '/task-order/order/add',
path: '/task-order/add',
name: 'TaskOrderAdd',
component: () => import('pages/09_task-order/order_view/MainPage.vue'),
},