Commit 9f7ec966 authored by wuhao's avatar wuhao 🎯

asder

parent 76a807e5
...@@ -37,3 +37,4 @@ screenshot ...@@ -37,3 +37,4 @@ screenshot
.eslintcache .eslintcache
build build
dist
\ No newline at end of file
...@@ -100,8 +100,6 @@ const Login = () => { ...@@ -100,8 +100,6 @@ const Login = () => {
}; };
const handleReg = async (values) => { const handleReg = async (values) => {
console.log(values);
debugger
// 登录 // 登录
const res = await saveForRegister({ ...values }); const res = await saveForRegister({ ...values });
if (res.code === "0000") { if (res.code === "0000") {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment