兰宝车间质量管理系统-前端
疯狂的狮子Li
2024-11-28 42b6668fd042f2d0ecdbcc4b401b4a05055b53c8
src/permission.ts
@@ -40,7 +40,7 @@
              router.addRoute(route); // 动态添加可访问路由表
            }
          });
          // @ts-ignore
          // @ts-expect-error hack方法 确保addRoutes已完成
          next({ path: to.path, replace: true, params: to.params, query: to.query, hash: to.hash, name: to.name as string }); // hack方法 确保addRoutes已完成
        }
      } else {