mirror of
https://github.com/fugary/simple-element-plus-template.git
synced 2026-02-23 06:37:01 +00:00
表单进入验证没有问题
This commit is contained in:
@@ -177,7 +177,7 @@ export const useBaseTopMenus = () => {
|
||||
{
|
||||
icon: 'user',
|
||||
isDropdown: true,
|
||||
label: $i18nMsg(loginConfigStore.accountInfo.userNameCN, loginConfigStore.accountInfo.userNameEN),
|
||||
label: loginConfigStore.accountInfo ? $i18nMsg(loginConfigStore.accountInfo.userNameCN, loginConfigStore.accountInfo.userNameEN) : '',
|
||||
children: [
|
||||
{
|
||||
labelKey: 'common.label.personalInfo',
|
||||
|
||||
Reference in New Issue
Block a user