From 39f28deef126353d52baa8adef8d6aafa7f26681 Mon Sep 17 00:00:00 2001 From: zyronon Date: Tue, 26 Mar 2024 18:12:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/routes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/routes.js b/src/router/routes.js index 698bd4f..77e9834 100644 --- a/src/router/routes.js +++ b/src/router/routes.js @@ -125,7 +125,7 @@ const routes = [ {path: '/people/find-acquaintance', component: FindAcquaintance}, {path: '/people/follow-and-fans', component: FollowAndFans}, - {path: '/service-protocol', component: ServiceProtocol}, + // {path: '/service-protocol', component: ServiceProtocol}, {path: '/address-list', component: AddressList}, {path: '/scan', component: Scan}, {path: '/face-to-face', component: FaceToFace},