---完善活动告警 -80%
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user