Ver código fonte

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

yxb
wq 1 ano atrás
pai
commit
506f29a9da
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0
    1
      utils/storage.ts

+ 0
- 1
utils/storage.ts Ver arquivo

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

Carregando…
Cancelar
Salvar