|
@@ -72,10 +72,10 @@
|
|
|
>
|
|
|
<router-link to="/indexLayout">首页</router-link>
|
|
|
</el-menu-item> -->
|
|
|
- <el-menu-item class="dasai" :class="currentMenu == 'matchLayout' ? 'itemOn' : ''">
|
|
|
+ <el-menu-item class="dasai" :class="currentMenu == 'matchLayout' ? 'itemOn' : ''">
|
|
|
<router-link to="/matchLayout" v-show="yingyong" class="yingyong"
|
|
|
>应用大赛</router-link>
|
|
|
- </el-menu-item>
|
|
|
+ </el-menu-item>
|
|
|
<el-menu-item background-color="background-color: rgba($color: #0158a8, $alpha: 0.1);"
|
|
|
v-if="loginStatus && userType != 1"
|
|
|
:class="currentMenu == 'my-workbench' ? 'itemOn' : ''"
|