Commit 687b28c5 authored by 华国豪's avatar 华国豪 🙄

1

parent c130abc2
...@@ -21,12 +21,12 @@ ...@@ -21,12 +21,12 @@
top: -3%; top: -3%;
} }
.page_left{ .page_left{
padding: 5% 0 05%; padding: 10% 0;
text-align: center; text-align: center;
box-sizing: border-box; box-sizing: border-box;
} }
.page_left .qiandaoqiang{ .page_left .qiandaoqiang{
font-size: 8rem; font-size: 11rem;
font-family: 'PingFangR'; font-family: 'PingFangR';
padding-bottom: 2rem; padding-bottom: 2rem;
box-sizing: border-box; box-sizing: border-box;
......
...@@ -126,7 +126,7 @@ ...@@ -126,7 +126,7 @@
<p class="qiandaoqiang font-bg1">签 到 墙</p> <p class="qiandaoqiang font-bg1">签 到 墙</p>
<div> <div>
<img style="width: 50%;" src="../../images/texiao/home_1.png" alt=""> <img style="width: 50%;" src="../../images/texiao/home_1.png" alt="">
<img style="width: 70%;margin-top: 8%;" src="../../images/texiao/home_2.png" alt=""> <img style="width: 70%;margin-top: 3%;" src="../../images/texiao/home_2.png" alt="">
</div> </div>
</div> </div>
<div class="page_right"> <div class="page_right">
......
...@@ -6,8 +6,9 @@ function getApiUrl() { ...@@ -6,8 +6,9 @@ function getApiUrl() {
// urlPost: locationName.indexOf('oytour') !== -1 ? "https://reborn.oytour.com/api/common/post" : "http://192.168.2.65:8025/api/common/post", // urlPost: locationName.indexOf('oytour') !== -1 ? "https://reborn.oytour.com/api/common/post" : "http://192.168.2.65:8025/api/common/post",
//urlJava: locationName.indexOf('oytour') !== -1 ? "https://efficient.oytour.com/" : "http://192.168.2.215:9000/" //urlJava: locationName.indexOf('oytour') !== -1 ? "https://efficient.oytour.com/" : "http://192.168.2.215:9000/"
urlJava: "https://efficient.oytour.com/", urlJava: "https://efficient.oytour.com/",
urlSignalr: "http://newyear.oytour.com/signalr", // urlSignalr: "http://newyear.oytour.com/signalr",
// urlSignalr: 'http://192.168.2.65:7838/signalr' // urlSignalr: 'http://192.168.2.65:7838/signalr'
urlSignalr: "http://hpye.oytour.com/signalr"
} }
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