Commit 65a00e97 authored by 华国豪's avatar 华国豪 🙄

1

parent 094dc3e9
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
</div> </div>
<div class="top"> <div class="top">
<img src="../../images/task/top.png" alt=""> <img src="../../images/task/top.png" alt="">
<p id="active_time">活动时间:6月21日~8月21日</p> <p id="active_time"></p>
</div> </div>
<div class="block"> <div class="block">
<!-- 任务 --> <!-- 任务 -->
......
...@@ -3,7 +3,7 @@ let locationName = window.location.hostname; ...@@ -3,7 +3,7 @@ let locationName = window.location.hostname;
function getApiUrl() { function getApiUrl() {
let url = { let url = {
urlPost: locationName.indexOf('oytour') !== -1 ? "http://reborn.oytour.com/api/common/post" : "http://192.168.2.214:8082/api/common/post", urlPost: locationName.indexOf('oytour') !== -1 ? "http://reborn.oytour.com/api/common/post" : "http://192.168.2.214:8082/api/common/post",
urlJava: locationName.indexOf('oytour') !== -1 ? "http://efficient.oytour.com/" : "http://192.168.2.215:9000/" urlJava: locationName.indexOf('oytour') !== -1 ? "https://efficient.oytour.com/" : "http://192.168.2.215:9000/"
} }
return url return url
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment