Showing
1 changed file
with
0 additions
and
1 deletions
| ... | @@ -171,7 +171,6 @@ const formatter = (value) => value.substring(0, 4); | ... | @@ -171,7 +171,6 @@ const formatter = (value) => value.substring(0, 4); |
| 171 | 171 | ||
| 172 | // 保存用户信息 | 172 | // 保存用户信息 |
| 173 | const onSubmit = (values) => { | 173 | const onSubmit = (values) => { |
| 174 | - console.warn(values); | ||
| 175 | axios.post('/srv/?a=c_auth', { | 174 | axios.post('/srv/?a=c_auth', { |
| 176 | user_name: values.user_name, | 175 | user_name: values.user_name, |
| 177 | phone: values.phone, | 176 | phone: values.phone, | ... | ... |
-
Please register or login to post a comment