zyx
2024-07-16 a44e66e91a00405d4651a9b9dd395c35708df5b9
zy-asrs-flow/src/services/route.js
@@ -26,7 +26,6 @@
export async function getRoutersInfo() {
    return getRouters().then((res) => {
        console.log(res);
        if (res.code === 200) {
            // return res.data;
            const routersInfo = convertCompatRouters(res.data);