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
4a872086
authored
4 years ago
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
5cdcac55
master
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
8 deletions
gzh/fml.html
gzh/index.html
gzh/fml.html
View file @
4a872086
...
...
@@ -64,7 +64,7 @@
dataType
:
"JSON"
})
$
.
ajax
({
url
:
$ip
+
'webfamily/lists.html'
,
url
:
$ip
+
'web
live/web
family/lists.html'
,
data
:{
debug
:
localStorage
.
token
,
...
...
@@ -92,7 +92,7 @@
var
_self
=
$
(
this
).
attr
(
"data-type"
)
var
_this
=
$
(
this
)
$
.
ajax
({
url
:
$ip
+
'webfamily/applyadd.html'
,
url
:
$ip
+
'web
live/web
family/applyadd.html'
,
data
:{
debug
:
localStorage
.
token
,
familyid
:
_self
...
...
This diff is collapsed.
Click to expand it.
gzh/index.html
View file @
4a872086
...
...
@@ -212,7 +212,7 @@
dataType
:
"JSON"
})
$
.
ajax
({
url
:
'http
://test.api.lvdou66.com:8036
/activesys/getUserBaseInfo'
,
url
:
'http
s://zhiboweb.ishuaji.cn
/activesys/getUserBaseInfo'
,
type
:
"post"
,
data
:
{
uid
:
localStorage
.
uid
,
...
...
@@ -231,13 +231,12 @@
}
})
$
.
ajax
({
url
:
''
+
$ip
+
'webfamily/isdisplay.html'
,
url
:
''
+
$ip
+
'web
live/web
family/isdisplay.html'
,
type
:
"get"
,
data
:
{
uid
:
localStorage
.
uid
,
debug
:
localStorage
.
token
,
token
:
''
,
token
:
localStorage
.
token
,
debug
:
'debug'
},
success
:
function
(
msg
){
var
data
=
JSON
.
parse
(
msg
)
...
...
@@ -253,7 +252,7 @@
}
})
$
(
".fml-go"
).
on
(
"click"
,
function
(){
window
.
location
.
href
=
"fml.html"
})
$
(
".face-out"
).
on
(
"click"
,
function
(){
localStorage
.
uid
=
'undefined'
...
...
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