yangyin
2024-11-27 8c3e092a03bbec3bad63dba7a3188cc569a62505
提交代码
已修改2个文件
19 ■■■■ 文件已修改
customer_list/ch/ai_html/views/mobileDownload/index.html 13 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
customer_list/ch/ai_html/views/mobileDownload/js/config.js 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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">
customer_list/ch/ai_html/views/mobileDownload/js/config.js
@@ -1,9 +1,11 @@
let mobileDownloadConfig = {

const url = window.location.origin + window.location.pathname
let mobileDownloadConfig = {
  SoftwareConfig: {
    Name: "WI 水务智能助手",
    Desc: "工具",
    Icon: "./image/corpIcon.webp",
    DownPath: `${PHONE_URL}/static/phoneBak/WI水务智能助手.apk`,
    DownPath: `${url}/static/phoneBak/WI水务智能助手.apk`,
  },
  FunctionalVersion: {