feat: 无法跳转的面包屑

This commit is contained in:
zy7y
2022-09-14 11:29:50 +08:00
parent 78ce85ba57
commit aa20898bc8
5 changed files with 66 additions and 39 deletions

View File

@@ -22,7 +22,7 @@ const onClick = ({ key }) => {
</script>
<template>
<div class="right">
<div>
<a-dropdown>
<a class="ant-dropdown-link" @click.prevent>
{{ store.userInfo.nickname }} - {{ store.userInfo.roles[0].name }}
@@ -38,4 +38,8 @@ const onClick = ({ key }) => {
</div>
</template>
<style scoped></style>
<style scoped>
div {
font-size: 16px;
}
</style>