This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
qiubinghui
/
zhywpt-sp
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
'2023年7月25日14:48:10'
yxb
wq
1 year ago
parent
02d25539e8
commit
506f29a9da
1 changed files
with
0 additions
and
1 deletions
Unified View
Show Diff Stats
0
1
utils/storage.ts
+ 0
- 1
utils/storage.ts
View File
try {
try {
return JSON.parse(data);
return JSON.parse(data);
} catch (error) {
} catch (error) {
console.log('输出内容',error)
return data;
return data;
}
}
}
}
Write
Preview
Loading…
Cancel
Save