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