Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
wms
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
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
wuhao
wms
Commits
9f7ec966
Commit
9f7ec966
authored
Jun 27, 2022
by
wuhao
🎯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
asder
parent
76a807e5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
.gitignore
.gitignore
+1
-0
index.jsx
src/pages/user/Login/index.jsx
+0
-2
No files found.
.gitignore
View file @
9f7ec966
...
...
@@ -37,3 +37,4 @@ screenshot
.eslintcache
build
dist
\ No newline at end of file
src/pages/user/Login/index.jsx
View file @
9f7ec966
...
...
@@ -100,8 +100,6 @@ const Login = () => {
};
const
handleReg
=
async
(
values
)
=>
{
console
.
log
(
values
);
debugger
// 登录
const
res
=
await
saveForRegister
({
...
values
});
if
(
res
.
code
===
"0000"
)
{
...
...
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