Commit f5c54151 by 孙美琪

注释右上角-项目文档和锁定屏幕功能

parent 3b645014
...@@ -68,14 +68,14 @@ const toDocument = () => { ...@@ -68,14 +68,14 @@ const toDocument = () => {
<Icon icon="ep:tools" /> <Icon icon="ep:tools" />
<div @click="toProfile">{{ t('common.profile') }}</div> <div @click="toProfile">{{ t('common.profile') }}</div>
</ElDropdownItem> </ElDropdownItem>
<ElDropdownItem> <!-- <ElDropdownItem>-->
<Icon icon="ep:menu" /> <!-- <Icon icon="ep:menu" />-->
<div @click="toDocument">{{ t('common.document') }}</div> <!-- <div @click="toDocument">{{ t('common.document') }}</div>-->
</ElDropdownItem> <!-- </ElDropdownItem>-->
<ElDropdownItem divided> <!-- <ElDropdownItem divided>-->
<Icon icon="ep:lock" /> <!-- <Icon icon="ep:lock" />-->
<div @click="lockScreen">{{ t('lock.lockScreen') }}</div> <!-- <div @click="lockScreen">{{ t('lock.lockScreen') }}</div>-->
</ElDropdownItem> <!-- </ElDropdownItem>-->
<ElDropdownItem divided @click="loginOut"> <ElDropdownItem divided @click="loginOut">
<Icon icon="ep:switch-button" /> <Icon icon="ep:switch-button" />
<div>{{ t('common.loginOut') }}</div> <div>{{ t('common.loginOut') }}</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment