From 8c3e092a03bbec3bad63dba7a3188cc569a62505 Mon Sep 17 00:00:00 2001
From: yangyin <1850366751@qq.com>
Date: 星期三, 27 十一月 2024 10:47:16 +0800
Subject: [PATCH] 提交代码

---
 customer_list/ch/ai_html/views/mobileDownload/js/config.js |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/customer_list/ch/ai_html/views/mobileDownload/js/config.js b/customer_list/ch/ai_html/views/mobileDownload/js/config.js
index 1b26813..ea7f481 100644
--- a/customer_list/ch/ai_html/views/mobileDownload/js/config.js
+++ b/customer_list/ch/ai_html/views/mobileDownload/js/config.js
@@ -1,9 +1,11 @@
-锘縧et mobileDownloadConfig = {
+锘�
+const url = window.location.origin + window.location.pathname
+let mobileDownloadConfig = {
   SoftwareConfig: {
     Name: "WI 姘村姟鏅鸿兘鍔╂墜",
     Desc: "宸ュ叿",
     Icon: "./image/corpIcon.webp",
-    DownPath: `${PHONE_URL}/static/phoneBak/WI姘村姟鏅鸿兘鍔╂墜.apk`,
+    DownPath: `${url}/static/phoneBak/WI姘村姟鏅鸿兘鍔╂墜.apk`,
 
   },
   FunctionalVersion: {

--
Gitblit v1.9.3