diff --git a/src/utils/index.ts b/src/utils/index.ts index 9da2bf9b..58f7346f 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -51,7 +51,6 @@ export function checkAndUpgradeSaveDict(val: any) { return defaultState } else { if (version === 3) { - loc let studyDictId = '' if (state.current.index >= 0) { let dict = state.myDictList[state.current.index]