前台进入后台图标修改
This commit is contained in:
parent
9eaa4ca9bb
commit
7014db07b3
|
@ -229,9 +229,7 @@ export default {
|
|||
// SDK
|
||||
showSDK: false,
|
||||
// 调用接口
|
||||
showInterface: false,
|
||||
// 提示是否隐藏
|
||||
disabled: false
|
||||
showInterface: false
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
|
@ -97,7 +97,7 @@
|
|||
</span>
|
||||
</a-tooltip>
|
||||
<span @click="logout" class="out">退出</span>
|
||||
<svg
|
||||
<!-- <svg
|
||||
t="1655286092324"
|
||||
class="icon"
|
||||
viewBox="0 0 1024 1024"
|
||||
|
@ -114,7 +114,11 @@
|
|||
p-id="2161"
|
||||
fill="#bfbfbf"
|
||||
></path>
|
||||
</svg>
|
||||
</svg> -->
|
||||
<i
|
||||
@click="jumpPage({ name: '后台管理', key: 'houtaiguanli' })"
|
||||
class="iconTo"
|
||||
></i>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
@ -547,6 +551,13 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
.iconTo {
|
||||
display: block;
|
||||
width: 0.35rem;
|
||||
height: 0.35rem;
|
||||
background: url('~@/assets/newHome/iconTo.png') no-repeat;
|
||||
cursor: pointer;
|
||||
}
|
||||
</style>
|
||||
<style>
|
||||
html::-webkit-scrollbar {
|
||||
|
|
Loading…
Reference in New Issue