Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SURPRISED
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
华国豪
SURPRISED
Commits
65a00e97
Commit
65a00e97
authored
Jul 08, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
094dc3e9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
home.html
html/task/home.html
+1
-1
mian.js
js/mian.js
+1
-1
No files found.
html/task/home.html
View file @
65a00e97
...
...
@@ -29,7 +29,7 @@
</div>
<div
class=
"top"
>
<img
src=
"../../images/task/top.png"
alt=
""
>
<p
id=
"active_time"
>
活动时间:6月21日~8月21日
</p>
<p
id=
"active_time"
></p>
</div>
<div
class=
"block"
>
<!-- 任务 -->
...
...
js/mian.js
View file @
65a00e97
...
...
@@ -3,7 +3,7 @@ let locationName = window.location.hostname;
function
getApiUrl
()
{
let
url
=
{
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
?
"http
s
://efficient.oytour.com/"
:
"http://192.168.2.215:9000/"
}
return
url
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment