#
luxiaotao1123
2024-02-13 edfa49f201d3fc8fc6b51b700e91f80246660855
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;
    }
  ]