Commit 57ffd5a6 authored by 卢均锐's avatar 卢均锐

fix: [12039] 修改auth取值

parent d125e916
......@@ -22,7 +22,6 @@ const addSchemaAction = createFormActions()
const SignUpForm = () => {
const { number } = history.location.query;
const { memberId, memberRoleId, name } = getAuth();
const {
id,
......@@ -34,7 +33,7 @@ const SignUpForm = () => {
const [btnLoading, setBtnLoading] = useState(false);
const [refundDisabled, setRefundDisabled] = useState(false);
const [formValue, setFormValue] = useState<any>({ areas: [] });
const { token } = getAuth() || {}
const { token, name } = getAuth() || {}
const getCountryCodeId = async () => {
......
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