|
@@ -78,13 +78,13 @@
|
|
|
</el-dropdown>
|
|
|
</el-menu-item>
|
|
|
|
|
|
- <el-menu-item style="float:right" index="5" @click="$router.push({ name: 'theme' })">
|
|
|
+ <!-- <el-menu-item style="float:right" index="5" @click="$router.push({ name: 'theme' })">
|
|
|
<template slot="title">
|
|
|
- <!-- <el-badge value="new"> -->
|
|
|
+
|
|
|
<icon-svg name="shezhi" class="el-icon-setting"></icon-svg>
|
|
|
- <!-- </el-badge> -->
|
|
|
+
|
|
|
</template>
|
|
|
- </el-menu-item>
|
|
|
+ </el-menu-item> -->
|
|
|
<!-- 弹窗, 修改密码 -->
|
|
|
<update-password v-if="updatePassowrdVisible" ref="updatePassowrd"></update-password>
|
|
|
|