mirror of
https://github.com/talktao/Vue3-Vite-Vant-TS-H5.git
synced 2025-04-27 12:06:36 +08:00
add:新增orders路由
This commit is contained in:
parent
9b4918a4ab
commit
683e8e1df6
@ -36,6 +36,11 @@ const routes: Array<RouteRecordRaw> = [
|
|||||||
name: 'About',
|
name: 'About',
|
||||||
component: () => import('@/views/about/About.vue')
|
component: () => import('@/views/about/About.vue')
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
path: '/orders',
|
||||||
|
name: 'Orders',
|
||||||
|
component: () => import('@/views/order/Orders.vue')
|
||||||
|
},
|
||||||
{
|
{
|
||||||
path: '/detail/:id',
|
path: '/detail/:id',
|
||||||
name: 'Detail',
|
name: 'Detail',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user