mirror of
https://github.com/veops/cmdb.git
synced 2025-09-23 13:59:19 +08:00
add basic
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
</a-menu-item>
|
||||
</a-menu>
|
||||
</a-dropdown>
|
||||
<lang-select />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
@@ -46,11 +47,12 @@
|
||||
<script>
|
||||
import NoticeIcon from '@/components/NoticeIcon'
|
||||
import { mapActions, mapGetters } from 'vuex'
|
||||
import LangSelect from '@/components/tools/LangSelect'
|
||||
|
||||
export default {
|
||||
name: 'UserMenu',
|
||||
components: {
|
||||
NoticeIcon
|
||||
NoticeIcon, LangSelect
|
||||
},
|
||||
methods: {
|
||||
...mapActions(['Logout']),
|
||||
|
Reference in New Issue
Block a user