Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jd-activity
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
曾水平
jd-activity
Commits
eead8312
Commit
eead8312
authored
May 25, 2021
by
曾水平
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
前端优化
parent
5a19d829
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
autologin.html
src/main/resources/templates/autologin.html
+6
-6
No files found.
src/main/resources/templates/autologin.html
View file @
eead8312
...
...
@@ -84,11 +84,11 @@
var
pageUrl
=
""
;
function
autoLogin
(
token
)
{
let
redirect
=
getUrlParam
(
"redirect"
);
let
env
=
getUrlParam
(
"env"
);
let
shopId
=
getUrlParam
(
"shopId"
);
let
venderId
=
getUrlParam
(
"venderId"
);
let
appKey
=
getUrlParam
(
"appKey"
);
var
redirect
=
getUrlParam
(
"redirect"
);
var
env
=
getUrlParam
(
"env"
);
var
shopId
=
getUrlParam
(
"shopId"
);
var
venderId
=
getUrlParam
(
"venderId"
);
var
appKey
=
getUrlParam
(
"appKey"
);
$
.
ajax
({
type
:
'post'
,
...
...
@@ -96,9 +96,9 @@
data
:
JSON
.
stringify
({
token
:
token
,
redirectUrl
:
redirect
,
env
:
env
,
shopId
:
shopId
,
venderId
:
venderId
,
env
:
env
,
appKey
:
appKey
}),
async
:
false
,
...
...
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