diff --git a/src/components/StupWizard/index.tsx b/src/components/StupWizard/index.tsx index 030bdaf..b197d5c 100644 --- a/src/components/StupWizard/index.tsx +++ b/src/components/StupWizard/index.tsx @@ -31,6 +31,7 @@ const StupWizard = forwardRef((_props: any, ref: any) => { setting[key] = storageSeeting[key] } } + storage.setItem('setting', JSON.stringify(setting)) setIsStupWizard(true) }