马宇豪
2025-04-29 e65a116f1ff1d9d99a093f76a9b02a6d27bfb35e
src/router/backEnd.ts
@@ -28,7 +28,6 @@
    if (window.nextLoading === undefined) NextLoading.start();
    if (!Cookies.get('token')) return false;
    const res = await getBackEndControlRoutes();
    debugger
    await useRequestOldRoutes().setRequestOldRoutes(JSON.parse(JSON.stringify(res.data.data)));
    dynamicRoutes[0].children = await backEndComponent(res.data.data);
    await setAddRoute();