From e50196bff10f0196307b2567ed6c0829eadd8ff6 Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期一, 10 二月 2025 12:12:25 +0800
Subject: [PATCH] 设备显示隐藏

---
 src/layout/component/sidebar/components/OtherPlatform.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/layout/component/sidebar/components/OtherPlatform.vue b/src/layout/component/sidebar/components/OtherPlatform.vue
index 139293c..f7ee081 100644
--- a/src/layout/component/sidebar/components/OtherPlatform.vue
+++ b/src/layout/component/sidebar/components/OtherPlatform.vue
@@ -57,7 +57,7 @@
 	if (isInitQrcode) return;
 	isInitQrcode = true;
 	let currentTime = new Date().getTime();
-	const url = `${SERVE_URL}ai_html/views/mobileDownload/index.html?v=${currentTime}`;
+	const url = `${SERVE_URL}mobile/prod/html/views/mobile_download/index.html?v=${currentTime}`;
 	nextTick(() => {
 		(<HTMLElement>setPhoneQRCode.value).innerHTML = '';
 		new QRCode(setPhoneQRCode.value, {

--
Gitblit v1.9.3