From a62715878b28c5be8c5633fd14e640317bf8267d Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期五, 03 一月 2025 13:52:13 +0800 Subject: [PATCH] 手机端下载问题 --- customer_list/ch/static/config/globalConfig.pro.js | 2 ++ customer_list/ch/static/config/globalConfig.test.js | 1 + customer_list/ch/ai_html/views/mobileDownload/index.html | 2 +- 3 files changed, 4 insertions(+), 1 deletions(-) diff --git a/customer_list/ch/ai_html/views/mobileDownload/index.html b/customer_list/ch/ai_html/views/mobileDownload/index.html index e3dcc0b..e5b731e 100644 --- a/customer_list/ch/ai_html/views/mobileDownload/index.html +++ b/customer_list/ch/ai_html/views/mobileDownload/index.html @@ -13,7 +13,7 @@ <script src="/ai_html/views/mobileDownload/js/vue.js"></script> <script src="/ai_html/views/mobileDownload/js/vant.js"></script> <script src="/ai_html/views/mobileDownload/js/config.js?v=241012"></script> - <script src="/customer_list/ch/static/config/globalConfig.js"></script> + <script src="/static/config/globalConfig.js"></script> </head> <style> .set-btn { diff --git a/customer_list/ch/static/config/globalConfig.pro.js b/customer_list/ch/static/config/globalConfig.pro.js index a5f7790..fd29216 100644 --- a/customer_list/ch/static/config/globalConfig.pro.js +++ b/customer_list/ch/static/config/globalConfig.pro.js @@ -11,6 +11,8 @@ AuthUrl: 'http://47.100.245.85:8190/', // 鍒嗕韩閾炬帴 ShareUrl: 'share/index.html', + // 鎵嬫満绔笅杞藉湴鍧� + PhoneUrl: 'https://wi.beng35.com/mobile/prod', // 鐪熷疄璁块棶鐨勭敓鎴愮幆澧冮摼鎺ュ湴鍧� MobileProdShareRealUrl: 'https://wi.beng35.com/mobile/prod', // 鐪熷疄璁块棶鐨勬祴璇曠幆澧冮摼鎺ュ湴鍧� diff --git a/customer_list/ch/static/config/globalConfig.test.js b/customer_list/ch/static/config/globalConfig.test.js index 3ef98cb..c88ecd0 100644 --- a/customer_list/ch/static/config/globalConfig.test.js +++ b/customer_list/ch/static/config/globalConfig.test.js @@ -11,6 +11,7 @@ AuthUrl: 'http://47.100.245.85:8190/', // 鍒嗕韩閾炬帴 ShareUrl: 'share/index.html', + // 鎵嬫満绔笅杞藉湴鍧� PhoneUrl: 'https://wi.beng35.com/mobile/prod', // 鐪熷疄璁块棶鐨勭敓鎴愮幆澧冮摼鎺ュ湴鍧� MobileProdShareRealUrl: 'https://wi.beng35.com/mobile/prod', -- Gitblit v1.9.3