mirror of
https://gitee.com/blackfox/geekai.git
synced 2025-12-08 01:38:23 +08:00
remove dead code
This commit is contained in:
parent
4cc9db7115
commit
01419df998
@ -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…
x
Reference in New Issue
Block a user