From 683e8e1df6703735542599efbcfca1d05520156b Mon Sep 17 00:00:00 2001 From: talktao Date: Fri, 18 Mar 2022 23:29:36 +0800 Subject: [PATCH] =?UTF-8?q?add=EF=BC=9A=E6=96=B0=E5=A2=9Eorders=E8=B7=AF?= =?UTF-8?q?=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/router/index.ts b/src/router/index.ts index fe096f8..6a52f8d 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -36,6 +36,11 @@ const routes: Array = [ name: 'About', component: () => import('@/views/about/About.vue') }, + { + path: '/orders', + name: 'Orders', + component: () => import('@/views/order/Orders.vue') + }, { path: '/detail/:id', name: 'Detail',