update add login modules

This commit is contained in:
2025-11-28 20:05:31 +08:00
parent b310413bfc
commit 2ae2b3ab4c
15 changed files with 1365 additions and 68 deletions

View File

@@ -15,7 +15,6 @@ const useCreateLoginQRCode = (config: Config) => {
margin: 1,
width: 300,
};
const [state, setState] = useState('');
let timer = useRef<any>(null);
const loginUrl = config?.wxmpLogin?.loginUrl || '';
if (!loginUrl) {