From da713fe262324b87789fe49a6285ac8f2008d190 Mon Sep 17 00:00:00 2001 From: yangyin <18723093654@163.com> Date: 星期五, 06 十二月 2024 14:01:43 +0800 Subject: [PATCH] 安卓手机下载APP路径位置放到globalConfig --- customer_list/ch/ai_html/views/mobileDownload/js/config.js | 86 +++++++++++++++++++----------------------- 1 files changed, 39 insertions(+), 47 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 42c6b02..7268613 100644 --- a/customer_list/ch/ai_html/views/mobileDownload/js/config.js +++ b/customer_list/ch/ai_html/views/mobileDownload/js/config.js @@ -1,50 +1,42 @@ -锘� -const url = 'https://wi.beng35.com/mobile/prod' -let mobileDownloadConfig = { - SoftwareConfig: { - Name: "WI 姘村姟鏅鸿兘鍔╂墜", - Desc: "宸ュ叿", - Icon: "./image/corpIcon.webp", - DownPath: `${url}/WI姘村姟鏅鸿兘鍔╂墜.apk`, - downLoadGuideImg: "./image/wx_phone_tip.webp", - }, - FunctionalVersion: { - Name: "褰撳墠鍔熻兘", - Version: "鐗堟湰 v1.0", - Time: "2024.11.26", - Desc: "鍒囨崲浠绘剰鍦烘櫙, 鏄剧ず姘存儏鏁版嵁, 浼樺寲鐢ㄦ埛浣撻獙", - }, +锘縧et mobileDownloadConfig = { + SoftwareConfig: { + Name: 'WI 姘村姟鏅鸿兘鍔╂墜', + Desc: '宸ュ叿', + Icon: './image/corpIcon.webp', + downLoadGuideImg: './image/wx_phone_tip.webp', + }, + FunctionalVersion: { + Name: '褰撳墠鍔熻兘', + Version: '鐗堟湰 v1.0', + Time: '2024.11.26', + Desc: '鍒囨崲浠绘剰鍦烘櫙, 鏄剧ず姘存儏鏁版嵁, 浼樺寲鐢ㄦ埛浣撻獙', + }, - LocalInfo: { - Preview: "棰勮", - Images: [ - "./image/1.webp", - "./image/2.webp", - "./image/3.webp", - "./image/4.webp", - ], + LocalInfo: { + Preview: '棰勮', + Images: ['./image/1.webp', './image/2.webp', './image/3.webp', './image/4.webp'], - InformationData: [ - { - infoTitle: "澶у皬", - infoContent: "5.62 MB", - }, - { - infoTitle: "绫诲埆", - infoContent: "宸ュ叿", - }, - { - infoTitle: "璇█", - infoContent: "绠�浣撲腑鏂�", - }, - { - infoTitle: "骞撮緞鍒嗙骇", - infoContent: "17宀佷互涓�", - }, - { - infoTitle: "鐗堟潈", - infoContent: "褰掍笂娴锋媺鐡﹂敗鍗℃枃鏅鸿兘绉戞妧鏈夐檺鍏徃鎵�鏈�", - }, - ], - }, + InformationData: [ + { + infoTitle: '澶у皬', + infoContent: '5.62 MB', + }, + { + infoTitle: '绫诲埆', + infoContent: '宸ュ叿', + }, + { + infoTitle: '璇█', + infoContent: '绠�浣撲腑鏂�', + }, + { + infoTitle: '骞撮緞鍒嗙骇', + infoContent: '17宀佷互涓�', + }, + { + infoTitle: '鐗堟潈', + infoContent: '褰掍笂娴锋媺鐡﹂敗鍗℃枃鏅鸿兘绉戞妧鏈夐檺鍏徃鎵�鏈�', + }, + ], + }, }; -- Gitblit v1.9.3