Browse Source

'2023年7月25日14:48:10'

yxb
wq 1 year ago
parent
commit
506f29a9da
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      utils/storage.ts

+ 0
- 1
utils/storage.ts View File

@@ -23,7 +23,6 @@ export const getItem = (key : string) => {
try {
return JSON.parse(data);
} catch (error) {
console.log('输出内容',error)
return data;
}
}

Loading…
Cancel
Save