From d96e4f3a21abcff665605afd0b1845de5042d40c Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期三, 27 十一月 2024 10:59:13 +0800 Subject: [PATCH] Merge branch 'test' of http://47.103.154.90:83/r/WI/Web.V1.0 into test --- customer_list/ch/ai_html/views/mobileDownload/js/config.js | 17 ++++++++++------- 1 files changed, 10 insertions(+), 7 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 dcd289e..7e2ccc7 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 = 'http://101.133.133.173:8019' +let mobileDownloadConfig = { SoftwareConfig: { Name: "WI 姘村姟鏅鸿兘鍔╂墜", Desc: "宸ュ叿", - Icon: "./image/corpIcon.png", - DownPath: "http://101.133.133.173:8084/WI姘村姟鏅鸿兘鍔╂墜.apk", + Icon: "./image/corpIcon.webp", + DownPath: `${url}/static/phoneBak/WI姘村姟鏅鸿兘鍔╂墜.apk`, + }, FunctionalVersion: { Name: "褰撳墠鍔熻兘", @@ -15,10 +18,10 @@ LocalInfo: { Preview: "棰勮", Images: [ - "./image/1.png", - "./image/2.png", - "./image/3.png", - "./image/4.png", + "./image/1.webp", + "./image/2.webp", + "./image/3.webp", + "./image/4.webp", ], InformationData: [ { -- Gitblit v1.9.3