Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
guodong
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
95c99acc
authored
4 years ago
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
846f4120
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
gzh/customer/index.html
gzh/customer/index.html
View file @
95c99acc
...
@@ -275,7 +275,7 @@
...
@@ -275,7 +275,7 @@
<input
type=
"text"
hidden=
"hidden"
id=
"guestid"
>
<input
type=
"text"
hidden=
"hidden"
id=
"guestid"
>
</div>
</div>
<script>
<script>
var
server
=
"http://
test.
liveauth.ishuaji.cn"
;
var
server
=
"http://liveauth.ishuaji.cn"
;
var
cdn
=
"https://app.ixiulive.com/"
;
var
cdn
=
"https://app.ixiulive.com/"
;
var
ws
;
var
ws
;
var
checkTimer
;
var
checkTimer
;
...
@@ -502,7 +502,7 @@
...
@@ -502,7 +502,7 @@
if ("WebSocket" in window)
if ("WebSocket" in window)
{
{
// 打开一个 web socket
// 打开一个 web socket
var url="ws://11
4.55.165.18
6:21901/ws?guestid="+guestid+"&type=5";
var url="ws://11
8.178.112.11
6:21901/ws?guestid="+guestid+"&type=5";
try {
try {
ws = new WebSocket(url);
ws = new WebSocket(url);
}catch(err){
}catch(err){
...
...
This diff is collapsed.
Click to expand it.
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