|
|
|
@ -13,7 +13,7 @@ |
|
|
|
|
<Menu @click="handleMenuClick"> |
|
|
|
|
<MenuItem itemKey="doc" :text="t('layout.header.dropdownItemDoc')" icon="ion:document-text-outline" v-if="getShowDoc" /> |
|
|
|
|
<MenuDivider v-if="getShowDoc" /> |
|
|
|
|
<!-- <MenuItem itemKey="account" :text="t('layout.header.dropdownItemSwitchAccount')" icon="ant-design:setting-outlined" />--> |
|
|
|
|
<MenuItem itemKey="account" :text="t('layout.header.dropdownItemSwitchAccount')" icon="ant-design:setting-outlined" /> |
|
|
|
|
<MenuItem itemKey="password" :text="t('layout.header.dropdownItemSwitchPassword')" icon="ant-design:edit-outlined" /> |
|
|
|
|
<!-- <MenuItem itemKey="depart" :text="t('layout.header.dropdownItemSwitchDepart')" icon="ant-design:cluster-outlined" />--> |
|
|
|
|
<MenuItem itemKey="cache" :text="t('layout.header.dropdownItemRefreshCache')" icon="ion:sync-outline" /> |
|
|
|
@ -170,7 +170,8 @@ |
|
|
|
|
break; |
|
|
|
|
case 'account': |
|
|
|
|
//update-begin---author:wangshuai ---date:20221125 for:进入用户设置页面------------ |
|
|
|
|
go(`/system/usersetting`); |
|
|
|
|
// go(`/system/usersetting`); |
|
|
|
|
go(`/kejiju/system/usersetting`); |
|
|
|
|
//update-end---author:wangshuai ---date:20221125 for:进入用户设置页面-------------- |
|
|
|
|
break; |
|
|
|
|
} |
|
|
|
|