mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-09-21 18:56:38 +08:00
remove dead code
This commit is contained in:
parent
f27e2de220
commit
76106e4504
@ -7,9 +7,6 @@
|
|||||||
</div>
|
</div>
|
||||||
<ul class="nav-items">
|
<ul class="nav-items">
|
||||||
<li v-for="item in navs" :key="item.path">
|
<li v-for="item in navs" :key="item.path">
|
||||||
<!-- <el-tooltip effect="light" :content="item.title" placement="right">-->
|
|
||||||
<!-- -->
|
|
||||||
<!-- </el-tooltip>-->
|
|
||||||
<a @click="changeNav(item)" :class="item.path === curPath ? 'active' : ''">
|
<a @click="changeNav(item)" :class="item.path === curPath ? 'active' : ''">
|
||||||
<el-image :src="item.icon" :width="20"/>
|
<el-image :src="item.icon" :width="20"/>
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user