import React from 'react'; import { useStoreHook } from 'think-react-store'; export default () => { const { user } = useStoreHook(); return (