Browse Source

修复数字角标页面bug

huangxw 5 tháng trước cách đây
mục cha
commit
2a590e6e6d
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/store/modules/sideNum.ts

+ 0 - 1
src/store/modules/sideNum.ts

@@ -160,7 +160,6 @@ export const useSideNumStore = defineStore('sideNum', () => {
             console.warn(`菜单路径 ${menuPath} 没有配置接口信息`);
             return 0;
         }
-        console.log(menuPath, '========');
         // 如果是父级菜单,不调用接口,直接返回子菜单数量总和
         if (config.isParent) {
             return getMenuCount(menuPath);