Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
K
kanban-nanjing-11
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
caolun
kanban-nanjing-11
Commits
7b4bef87
Commit
7b4bef87
authored
Jun 04, 2024
by
xcc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
token修改
parent
fec5857d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
index1.html
index1.html
+6
-1
No files found.
index1.html
View file @
7b4bef87
...
...
@@ -158,7 +158,12 @@
password
:
"
QcoY2JE0yxDvOadKWeDHKmTXm2LFl1zEcBu0mzMy8UHnHCB5LRMJFG9oY3zfUii0ACIN6uSaHyltCyYk5v1SUs505dtWkq0P/+XRE/Lq6xGrcfAHjWjySU3cLhvjZw3lUB4KtuvJY8UaOrx4+v9+FFQ6CUr2Zh+oz2m4bljoZdE=
"
};
fetch
(
'
http://127.0.0.1:8180/stage-api/auth/login
'
,
{
method
:
'
POST
'
,
body
:
JSON
.
stringify
(
data
)})
{
method
:
'
POST
'
,
headers
:
{
'
Content-Type
'
:
'
application/json
'
// 指定发送的数据类型
},
body
:
JSON
.
stringify
(
data
)
})
.
then
(
response
=>
response
.
json
())
.
then
(
data
=>
{
// token
...
...
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