From cc72e22c35433b5e3cf84dc46efa84caf2f97953 Mon Sep 17 00:00:00 2001 From: "jqtmviyu@gmail.com" Date: Fri, 5 Mar 2021 19:16:12 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E7=BC=96=E8=AF=91=E6=94=AF=E4=BB=98?= =?UTF-8?q?=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pages.json b/src/pages.json index 6b56e7b..f070620 100644 --- a/src/pages.json +++ b/src/pages.json @@ -100,6 +100,11 @@ "name": "购物车", "path": "pages/cart/cart", "query": "" + }, + { + "name": "结算", + "path": "pages/pay/pay", + "query": "" } ] }