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
Plain Diff
Browse Files
Authored by
yyq
2018-08-15 16:38:41 +0800
Commit
952cb55ef2340d0a71753880d7f99118f8bca982
2 parents
7ae301c5
97bf9c0a
Merge branch 'hotfix/riskManage'
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 @
952cb55
...
...
@@ -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