兰宝车间质量管理系统-前端
疯狂的狮子Li
2024-04-18 7386e69033a1f5d0a836cffe98cededb85e27c24
src/permission.ts
@@ -40,8 +40,6 @@
              router.addRoute(route); // 动态添加可访问路由表
            }
          });
          const n = { ...to, replace: true };
          console.log(n);
          next({ path: to.path, replace: true, params: to.params, query: to.query, hash: to.hash, name: to.name as string }); // hack方法 确保addRoutes已完成
        }
      } else {