@airpower/web 1.10.5 → 1.10.6
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/dist/main.js +0 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -19319,7 +19319,6 @@ class RouterUtil {
|
|
|
19319
19319
|
menuList.forEach((item) => {
|
|
19320
19320
|
if (item.children && item.children.length > 0) {
|
|
19321
19321
|
this.addRouterAsync(item.children, parentRouter);
|
|
19322
|
-
return;
|
|
19323
19322
|
}
|
|
19324
19323
|
if (!this.router) {
|
|
19325
19324
|
FeedbackUtil.toastError("请先调用 createRouter 创建路由");
|