perf: supplement login interface documents and add configuration parameters (#4175)
This commit is contained in:
@@ -139,7 +139,7 @@ watch(
|
||||
async (val) => {
|
||||
if (val) {
|
||||
await updateWatermark({
|
||||
content: `${preferences.app.name} 用户名: ${userStore.userInfo?.username}`,
|
||||
content: `${userStore.userInfo?.username}`,
|
||||
});
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user