fix: route name cause push route not work
This commit is contained in:
parent
835e8a7520
commit
9d063bc7ea
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ const routes: RouteRecordRaw[] = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/task-order/:id',
|
path: '/task-order/:id',
|
||||||
name: 'TaskReceiveView',
|
name: 'TaskOrderView',
|
||||||
component: () => import('pages/09_task-order/PageView.vue'),
|
component: () => import('pages/09_task-order/PageView.vue'),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue