Sign in
梁美英
/
programming
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
f1642b0f481010fcb00e188cbeb77a052c653b1f
Authored by
ykxie
2016-12-14 15:50:52 +0800
1 parent
03c4b445
fix bug
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/index.html
src/player.html
src/index.html
View file @
f1642b0
...
...
@@ -16,7 +16,7 @@
16
16
<link href="css/recording.css" rel="stylesheet">
17
17
18
18
<script>
19
- var gxb_api = "https://restful
1
.gaoxiaobang.com";
19
+ var gxb_api = "https://restful
.gaoxiaobang.com";
20
20
// var gxb_api = "https://restful.gaoxiaobang.cn"
21
21
22
22
</script>
...
...
src/player.html
View file @
f1642b0
...
...
@@ -15,7 +15,7 @@
15
15
<link href="css/recording.css" rel="stylesheet">
16
16
17
17
<script>
18
- var gxb_api = "https://restful
1
.gaoxiaobang.com";
18
+ var gxb_api = "https://restful
.gaoxiaobang.com";
19
19
// var gxb_api = "https://restful.gaoxiaobang.com"
20
20
</script>
21
21
...
...