Compare commits
No commits in common. "945e33218124db0173024d8505446687b8d9cf9f" and "377043e9c8f053aa570db1d1b3870b0c526985d8" have entirely different histories.
945e332181
...
377043e9c8
@ -7,15 +7,11 @@
|
||||
:collapseTransition="false"
|
||||
class="site-sidebar__menu"
|
||||
>
|
||||
<el-menu-item index="home" @click="$router.push({ name: 'home' })">
|
||||
<icon-svg name="shouye" class="site-sidebar__menu-icon"></icon-svg>
|
||||
<span slot="title">首页</span>
|
||||
</el-menu-item>
|
||||
<el-submenu index="home">
|
||||
<template slot="title">
|
||||
<icon-svg name="config" class="site-sidebar__menu-icon"></icon-svg>
|
||||
<span slot="title"
|
||||
>任务管理</span
|
||||
<icon-svg name="shouye" class="site-sidebar__menu-icon"></icon-svg>
|
||||
<span slot="title" @click="$router.push({ name: 'home' })"
|
||||
>首页</span
|
||||
>
|
||||
</template>
|
||||
<el-menu-item
|
||||
|
Loading…
Reference in New Issue
Block a user