修改兼容h5调试
This commit is contained in:
@@ -11,7 +11,9 @@ function get(key) {
|
||||
return ''
|
||||
}
|
||||
|
||||
|
||||
// #ifdef H5
|
||||
return res.value
|
||||
// #endif
|
||||
|
||||
if (res.expiretime && res.expiretime < Date.now()) {
|
||||
remove(key)
|
||||
|
||||
Reference in New Issue
Block a user