调试二维码显示问题

This commit is contained in:
BianLzhaoMin 2024-12-13 16:02:35 +08:00
parent 95b51eed2c
commit c9cfa1abab
2 changed files with 13 additions and 1 deletions

View File

@ -190,6 +190,18 @@ const routes: Array<RouteRecordRaw> = [
],
},
{
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', // 主路由地址

View File

@ -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
}
//