mirror of
				https://github.com/yangjian102621/geekai.git
				synced 2025-11-04 08:13:43 +08:00 
			
		
		
		
	remove dead code
This commit is contained in:
		@@ -7,9 +7,6 @@
 | 
			
		||||
      </div>
 | 
			
		||||
      <ul class="nav-items">
 | 
			
		||||
        <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' : ''">
 | 
			
		||||
            <el-image :src="item.icon" :width="20"/>
 | 
			
		||||
          </a>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user