... import { PersistGate } from 'redux-persist/integration/react'; ... <PersistGate loading={loading} persistor={persistor}> <MainView/> ...
確定! 回上一頁