From c9cfa1abab2d2242425d889cc8937be589347d3f Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Fri, 13 Dec 2024 16:02:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95=E4=BA=8C=E7=BB=B4=E7=A0=81?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 12 ++++++++++++ src/views/user/lessor/tag-manage/index.vue | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/src/router/index.ts b/src/router/index.ts index 10ebd53..e2ea71a 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -190,6 +190,18 @@ const routes: Array = [ ], }, + { + path: '/qr-code', + name: 'qr-code', + component: () => import('views/user/lessor/tag-manage/components/index.vue'), + meta: { + title: '标签管理-详情', + keepAlive: true, + AuthFlag: false, + isLogin: true + }, + }, + // 个人中心 { path: '/my-user', // 主路由地址 diff --git a/src/views/user/lessor/tag-manage/index.vue b/src/views/user/lessor/tag-manage/index.vue index 89b91fe..f7d19da 100644 --- a/src/views/user/lessor/tag-manage/index.vue +++ b/src/views/user/lessor/tag-manage/index.vue @@ -185,7 +185,7 @@ const onReset = () => { } // 查看二维码 const onViewQualityRecord = (code: any) => { - qrCodeValue.value = 'http://192.168.0.244:17766/login' + qrCodeValue.value = 'http://192.168.0.244:17766/qr-code' addOrEditDialogVisible.value = true } // 下载二维码