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 | 7 +++++-- 1 files changed, 5 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 7f0ed22..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,12 @@ -锘縧et mobileDownloadConfig = { +锘� +const url = window.location.origin + window.location.pathname +let mobileDownloadConfig = { SoftwareConfig: { Name: "WI 姘村姟鏅鸿兘鍔╂墜", Desc: "宸ュ叿", Icon: "./image/corpIcon.webp", - DownPath: "http://101.133.133.173:8084/WI姘村姟鏅鸿兘鍔╂墜.apk", + DownPath: `${url}/static/phoneBak/WI姘村姟鏅鸿兘鍔╂墜.apk`, + }, FunctionalVersion: { Name: "褰撳墠鍔熻兘", -- Gitblit v1.9.3