zy-asrs-flow/src/App.jsx
@@ -105,7 +105,7 @@ }, }, waterMarkProps: { content: initialState?.currentUser?.nickname, // content: initialState?.currentUser?.nickname, }, footerRender: () => <Footer />, onPageChange: () => { @@ -207,7 +207,7 @@ if (token) { setToken(token); } console.log(response); console.log(response?.data); return response; } ]