kz-ui-base 1.0.18 → 1.0.20

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.
@@ -8,6 +8,7 @@
8
8
  >
9
9
  <template v-for="(item, index) in topMenusNew">
10
10
  <el-menu-item
11
+ v-if="item.isShow"
11
12
  :style="{ '--theme': theme }"
12
13
  :index="index + ''"
13
14
  :key="index + 'l'"
@@ -125,6 +126,7 @@ export default {
125
126
 
126
127
  this.list.forEach((item) => {
127
128
  this.topMenusNew.push({
129
+ isShow:item.isShow,
128
130
  systemCode: item.systemCode,
129
131
  meta: { title: item.systemName, icon: "excel" },
130
132
  path: item.route,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kz-ui-base",
3
- "version": "1.0.18",
3
+ "version": "1.0.20",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {