caipin 4 年之前
父節點
當前提交
b195ec0b69
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/pages/Account/Information/index.tsx

+ 1 - 1
src/pages/Account/Information/index.tsx

@@ -14,7 +14,7 @@ interface iUserInfo {
   position: string
   telephone: string
 }
-export default function info() {
+export default function Info() {
   const [ form ] = Form.useForm() 
   const [ loading, setLoading ] = useState<boolean>(false)
   const [ accountInfo, setAccountInfo ] = useState<iUserInfo>({