module-menu-vue 0.0.86 → 0.0.87

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "module-menu-vue",
3
- "version": "0.0.86",
3
+ "version": "0.0.87",
4
4
  "description": "城市大数据平台菜单--Vue版",
5
5
  "main": "/index.js",
6
6
  "scripts": {
@@ -26,7 +26,7 @@
26
26
  lineHeight: item.children.length > 3 ? '45px' : '70px',
27
27
  borderBottom: index === menuList.length - 1 ? '0px' : '1px solid #E9E9E9',
28
28
  }">
29
- <span v-if="index === 0 && isExist">
29
+ <span v-show="index === 0 && isExist">
30
30
  <img :src="require('./../../assets/exchange_portal_logo.svg')" class="middle exchangeCss" />
31
31
  <span class="middle textPad" @click="toExchangePage()">政务共享交换平台</span>
32
32
  </span>
@@ -1,6 +1,6 @@
1
1
  <template>
2
2
  <div className="right">
3
- <el-dropdown v-if="getName()" @command="handleClickmenu">
3
+ <el-dropdown v-show="getName()" @command="handleClickmenu">
4
4
  <span class="el-dropdown-link">
5
5
  <img src="../../assets/userLogo.svg" style="vertical-align:middle;padding-right:10px"/>
6
6
  <span style="color: rgba(0, 0, 0, 0.85);">{{getName()}}</span>