我創建了一個saga,它使用select從商店中檢索一個值,並根據此值運行一個或另一個語句: const {id} = action.payload; try { const cache = yield select(state ...
確定! 回上一頁