Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
anji-plus-report
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
ww
about a year ago
Commit
95d11b08c198bda257500049629d8a3e5810ba9b
2 parents
f4ad06f6
cb57089e
Merge branch 'master-mj' of
http://113.200.75.45:82/monitor_v3/anji-plus-report
into master-mj
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
report-ui/src/utils/request.js
report-ui/src/utils/request.js
View file @
95d11b0
...
...
@@ -55,7 +55,7 @@ service.interceptors.request.use(
// 平台token
let
mjToken
=
getVal
(
'AuthVal'
);
if
(
mjToken
)
{
let
hash
=
btoa
(
window
.
location
.
hash
);
let
hash
=
btoa
(
encodeURIComponent
(
window
.
location
.
hash
)
);
let
url
=
config
.
url
;
let
userId
=
getVal
(
'userId'
);
let
userName
=
getVal
(
'nickName'
);
...
...
Please
register
or
login
to post a comment