Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
H5_2.0
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
de92a4fc
authored
May 18, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
js
parent
6ab4cd79
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
util/util.js
util/util.js
View file @
de92a4fc
...
@@ -21,12 +21,12 @@ const request = (url = '', type = 'GET', param = {}, Loading, headertype) => {
...
@@ -21,12 +21,12 @@ const request = (url = '', type = 'GET', param = {}, Loading, headertype) => {
//请求es相关
//请求es相关
if
(
url
&&
(
url
.
indexOf
(
"so12.ichunt."
)
!=
-
1
||
url
.
indexOf
(
"so.liexin.net"
)
!=
-
1
))
{
if
(
url
&&
(
url
.
indexOf
(
"so12.ichunt."
)
!=
-
1
||
url
.
indexOf
(
"so.liexin.net"
)
!=
-
1
))
{
params
=
Object
.
assign
({
hkyefgyd
:
1
});
params
=
Object
.
assign
(
param
,
{
hkyefgyd
:
1
});
}
}
//如果uid没有,就添加参数ygagatetffafa,绕过验证登录
//如果uid没有,就添加参数ygagatetffafa,绕过验证登录
if
(
!
Yo4teW_csrf
&&
!
Yo4teW_gid
&&
!
Yo4teW_uid
)
{
if
(
!
Yo4teW_csrf
&&
!
Yo4teW_gid
&&
!
Yo4teW_uid
)
{
params
=
Object
.
assign
({
ygagatetffafa
:
1
});
params
=
Object
.
assign
(
param
,
{
ygagatetffafa
:
1
});
}
}
...
...
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