#
lsh
2024-09-09 bb99f3d2bd880fc4bea36efa8f9fb041b483f279
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);