---完善活动告警 -80%

This commit is contained in:
lai
2023-09-28 18:02:31 +08:00
parent 4cdf40b3b1
commit 11e4159368
4 changed files with 406 additions and 139 deletions

View File

@@ -135,8 +135,9 @@ const useUserStore = defineStore('user', {
// this.profile = JSON.parse(user.profile);
try {
this.profile = JSON.parse(user.profile);
} catch (error) {
console.log(error);
console.error(error);
this.profile = {
critical: '#FF5722',
major: '#FFB800',