From a79df727c9c270d88492a11700efe84b46ee4ca3 Mon Sep 17 00:00:00 2001 From: pixelmaxQM Date: Sat, 15 Mar 2025 14:06:17 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=BB=99=E6=89=AB=E7=A0=81=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E6=B7=BB=E5=8A=A0=E5=AE=A2=E6=88=B7=E7=AB=AF=E6=A0=87?= =?UTF-8?q?=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/router/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/src/router/index.js b/web/src/router/index.js index e99c82af..4181603c 100644 --- a/web/src/router/index.js +++ b/web/src/router/index.js @@ -19,7 +19,8 @@ const routes = [ path: '/scanUpload', name: 'ScanUpload', meta: { - title: '扫码上传' + title: '扫码上传', + client: true }, component: () => import('@/view/example/upload/scanUpload.vue') },