From edfa49f201d3fc8fc6b51b700e91f80246660855 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期二, 13 二月 2024 20:29:14 +0800
Subject: [PATCH] #
---
zy-asrs-flow/src/App.jsx | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/zy-asrs-flow/src/App.jsx b/zy-asrs-flow/src/App.jsx
index 6f56084..6892f48 100644
--- a/zy-asrs-flow/src/App.jsx
+++ b/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;
}
]
--
Gitblit v1.9.1