From 6319565329116d847e6c2cd6c81d75a139eab811 Mon Sep 17 00:00:00 2001 From: yj <1336058017@qq.com> Date: Tue, 29 Oct 2024 11:39:22 +0800 Subject: [PATCH] 1 --- src/components/StupWizard/index.tsx | 1 - 1 file changed, 1 deletion(-) 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) }