Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OPENTECH
/
yoho-node-ci
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
2
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
2018-08-15 16:38:22 +0800
Commit
97bf9c0ad9a3ba099f5ea06b1cd32c4e7ba55a29
1 parent
718cd21d
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
apps/web/actions/risk_management.js
apps/web/actions/risk_management.js
View file @
97bf9c0
...
...
@@ -33,7 +33,9 @@ const risk = {
var
key
=
ctx
.
request
.
query
.
key
;
var
oldRet
=
''
;
key
=
key
.
replace
(
/
\s
+/g
,
'+'
);
if
(
key
)
{
key
=
key
.
replace
(
/
\s
+/g
,
'+'
);
}
if
(
key
)
{
var
app
=
key
.
split
(
'/'
)[
0
];
...
...
Please
register
or
login
to post a comment