xiongzhu 4 years ago
parent
commit
4b47c8ccc3

+ 1 - 1
src/main/nine-space/.env.app_raex

@@ -1,4 +1,4 @@
-VUE_APP_BASE_URL=https://raex.izouma.com
+VUE_APP_BASE_URL=https://www.raex.vip
 NODE_ENV=production
 NODE_ENV=production
 PUBLIC_PATH=./
 PUBLIC_PATH=./
 ASSETS_PATH=raex
 ASSETS_PATH=raex

+ 1 - 1
src/main/nine-space/.env.development_raex

@@ -1,4 +1,4 @@
-VUE_APP_BASE_URL=https://raextest.izouma.com/
+VUE_APP_BASE_URL=https://test.raex.vip/
 NODE_ENV=development
 NODE_ENV=development
 PUBLIC_PATH=/
 PUBLIC_PATH=/
 ASSETS_PATH=raex
 ASSETS_PATH=raex

+ 5 - 2
src/main/resources/static/download_raex.html

@@ -108,8 +108,7 @@
     </svg>
     </svg>
     <span class="text">下载iOS版</span>
     <span class="text">下载iOS版</span>
 </a>
 </a>
-<a class="btn-download"
-   href="https://www.baidu.com">
+<a class="btn-download" id="btn-android">
     <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="android"
     <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="android"
          class="svg-inline--fa fa-android fa-w-18" role="img" xmlns="http://www.w3.org/2000/svg"
          class="svg-inline--fa fa-android fa-w-18" role="img" xmlns="http://www.w3.org/2000/svg"
          viewBox="0 0 576 512">
          viewBox="0 0 576 512">
@@ -126,6 +125,10 @@
     if (/micromessenger/i.test(navigator.userAgent)) {
     if (/micromessenger/i.test(navigator.userAgent)) {
         $('.mask').fadeIn();
         $('.mask').fadeIn();
     }
     }
+    $.get('/sysConfig/get/apk_url', function (res) {
+        console.log(res);
+        $('#btn-android').attr('href', res.value);
+    });
 </script>
 </script>
 </body>
 </body>