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