Explorar el Código

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

yxb
wq hace 1 año
padre
commit
506f29a9da
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      utils/storage.ts

+ 0
- 1
utils/storage.ts Ver fichero

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

Cargando…
Cancelar
Guardar