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 } }, ]