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-14 15:31:18 +0800
Commit
718cd21d23c7622680ef09ed52cbda15cba8e3a3
1 parent
555a205b
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
apps/web/actions/risk_management.js
apps/web/actions/risk_management.js
View file @
718cd21
...
...
@@ -33,6 +33,8 @@ const risk = {
var
key
=
ctx
.
request
.
query
.
key
;
var
oldRet
=
''
;
key
=
key
.
replace
(
/
\s
+/g
,
'+'
);
if
(
key
)
{
var
app
=
key
.
split
(
'/'
)[
0
];
var
path
=
formatPath
(
app
);
...
...
Please
register
or
login
to post a comment