细节优化
This commit is contained in:
@@ -43,8 +43,8 @@ export default defineStore("store", {
|
||||
}
|
||||
return false;
|
||||
});
|
||||
this.user.lvlName = lvlName;
|
||||
}
|
||||
this.user.lvlName = lvlName;
|
||||
},
|
||||
updateDevice(deviceId, deviceName) {
|
||||
this.device.deviceId = deviceId;
|
||||
@@ -65,8 +65,8 @@ export default defineStore("store", {
|
||||
}
|
||||
return false;
|
||||
});
|
||||
this.user.lvlName = lvlName;
|
||||
}
|
||||
this.user.lvlName = lvlName;
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user