hookehuyr

fix

......@@ -171,7 +171,6 @@ const formatter = (value) => value.substring(0, 4);
// 保存用户信息
const onSubmit = (values) => {
console.warn(values);
axios.post('/srv/?a=c_auth', {
user_name: values.user_name,
phone: values.phone,
......