Commit 3496fe7d by chenshu

fix:修复路由跳转

parent 90c2ff6e
......@@ -40,7 +40,7 @@ function UserManagePage() {
useEffect(() => {
if (!User.getEnterpriseId()) {
window.RCHistory.replace('/employees-manage');
window.RCHistory.replace('/user-manage');
}
}, [])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment