[webapp] 通知红标,近期未处理告警展示

This commit is contained in:
tomsun28
2021-12-20 17:10:06 +08:00
parent 64112c0a15
commit b21662cb1b
13 changed files with 91 additions and 155 deletions

View File

@@ -35,4 +35,8 @@ export class LocalStorageService {
return this.putData(Authorization, token);
}
public clear() {
localStorage.clear();
}
}