From ad52e29dbf4223d645c3ca77d86c792597e9503f Mon Sep 17 00:00:00 2001 From: zouzhibing Date: Sat, 7 May 2022 18:12:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/modules/other.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/modules/other.ts b/src/router/modules/other.ts index 6e3b2b9..64a02e2 100644 --- a/src/router/modules/other.ts +++ b/src/router/modules/other.ts @@ -45,7 +45,7 @@ const othersRouter = { { path: 'right-menu', component: () => import('@/views/other/right-menu.vue'), - name: 'qrcode', + name: 'right-menu', meta: { title: '右键菜单', noCache: true } }, ]