@lambo-design/pro-layout 1.0.0-beta.389 → 1.0.0-beta.390
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
|
@@ -346,8 +346,8 @@ export default {
|
|
|
346
346
|
this.topMenList = this.navList;
|
|
347
347
|
this.otherList = [];
|
|
348
348
|
}
|
|
349
|
-
console.log("topMenList",this.topMenList.length)
|
|
350
|
-
console.log("otherList",this.otherList.length)
|
|
349
|
+
// console.log("topMenList",this.topMenList.length)
|
|
350
|
+
// console.log("otherList",this.otherList.length)
|
|
351
351
|
},
|
|
352
352
|
|
|
353
353
|
// 获取元素宽度的辅助方法
|