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 |    6 ++++--
 customer_list/ch/ai_html/views/mobileDownload/index.html   |   13 ++++++-------
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/customer_list/ch/ai_html/views/mobileDownload/index.html b/customer_list/ch/ai_html/views/mobileDownload/index.html
index 59d089e..0330838 100644
--- a/customer_list/ch/ai_html/views/mobileDownload/index.html
+++ b/customer_list/ch/ai_html/views/mobileDownload/index.html
@@ -5,15 +5,14 @@
 		<meta http-equiv="X-UA-Compatible" content="IE=edge" />
 		<meta name="viewport" content="width=device-width, initial-scale=1.0" />
 
-		<title>Document</title>
+		<title>WI姘村姟鏅鸿兘鍔╂墜</title>
 		<!-- 寮曞叆鏍峰紡鏂囦欢 -->
-		<link rel="stylesheet" href="./css/index.css" />
-		<link rel="stylesheet" href="./css/downLoad.css" />
+		<link rel="stylesheet" href="/ai_html/views/mobileDownload/css/index.css" />
+		<link rel="stylesheet" href="/ai_html/views/mobileDownload/css/downLoad.css" />
 		<!-- 寮曞叆 Vue 鍜� Vant 鐨� JS 鏂囦欢 -->
-		<script src="./js/vue.js"></script>
-		<script src="./js/vant.js"></script>
-		<script src="./js/config.js?v=241012"></script>
-		<script></script>
+		<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>
 	</head>
 	<body>
 		<div id="app">
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..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,11 @@
-锘縧et mobileDownloadConfig = {
+锘�
+const url = 'http://101.133.133.173:8019'
+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