From 61f2a11202d24b4a2f9a65fd25d203bf02174c52 Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期一, 13 一月 2025 13:19:40 +0800
Subject: [PATCH] mobile/prod/html/vi

---
 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