module-menu-vue 0.2.1 → 0.2.3
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
|
@@ -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
|
}
|