修复登录退出接口路径

This commit is contained in:
whyour
2021-12-21 23:42:05 +08:00
parent 46aaeb4eac
commit 03c9f79549
5 changed files with 8 additions and 4 deletions
+4
View File
@@ -73,6 +73,10 @@ const Initialization = () => {
setFields(_fields || []);
};
useEffect(() => {
localStorage.removeItem(config.authKey);
}, []);
const steps = [
{
title: '欢迎使用',