fix(dashboard): remove hardcoded user nickname modification
This commit is contained in:
@@ -617,10 +617,6 @@ watch(
|
||||
// 组件挂载后加载访客统计数据和通知公告数据
|
||||
onMounted(() => {
|
||||
fetchVisitStatsData();
|
||||
|
||||
// 修改用户昵称为"奥特曼"
|
||||
userStore.userInfo.nickname = "奥特曼";
|
||||
console.log("用户昵称已修改为:", userStore.userInfo.nickname);
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user