module-menu-vue 0.2.0 → 0.2.2

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.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "城市大数据平台菜单--Vue版",
5
5
  "main": "/index.js",
6
6
  "scripts": {
@@ -60,7 +60,7 @@ export default {
60
60
  },
61
61
  stash: {
62
62
  type: String,
63
- default: ''
63
+ default: 'HBJK'
64
64
  }
65
65
  },
66
66
  watch: {
@@ -299,10 +299,13 @@ export default {
299
299
  }
300
300
  }
301
301
  }
302
+ console.log("menuList_HBJK")
302
303
  if (this.stash === 'HBJK') {
303
304
  newMenuList = [...newMenuList, ...menuList_HBJK]
305
+ console.log("add menuList_HBJK===", newMenuList)
304
306
  }
305
307
  this.menuList = [...newMenuList];
308
+ console.log("finally menuList===", newMenuList)
306
309
  },
307
310
  }
308
311
  }
@@ -26,7 +26,7 @@ export default {
26
26
  stash: {
27
27
  type: String,
28
28
  default: ''
29
-
29
+ }
30
30
  },
31
31
  created () {
32
32
  // 每次都获取最新的租户列表
@@ -67,7 +67,7 @@ export default {
67
67
  }
68
68
  </script>
69
69
  <style scoped>
70
- /deep/.el-input__inner{
70
+ ::v-deep .el-input__inner{
71
71
  height: 35px;
72
72
  line-height: 30px;
73
73
  }