parent
6306a433e8
commit
073accfe65
16 changed files with 3456 additions and 1408 deletions
|
@ -110,7 +110,7 @@ class Storage {
|
|||
}
|
||||
|
||||
set user(info) {
|
||||
this.engine.setItem('user', JSON.stringify(info));
|
||||
return this.engine.setItem('user', JSON.stringify(info));
|
||||
}
|
||||
|
||||
getFileById(id) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue