fix: 将右上角显示的名称从username改为name

This commit is contained in:
chenjinsong
2023-09-14 15:19:30 +08:00
parent b1cd364cc8
commit c0d2fb2bd9
3 changed files with 4 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ export const storageKey = {
timezoneLocalOffset: 'cn-timezone-local-offset',
token: 'cn-token',
username: 'cn-username',
nickName: 'cn-nick-name',
userId: 'cn-userId',
sysName: 'cn-sys-name',
sysLogo: 'cn-sys-logo',