fangyuan
2022-12-16 9ff66017debadfc89bc0c1b796684a4d1dbe2bc3
src/api/system/handheldTerminal.js
@@ -15,6 +15,6 @@
    },
    // 删除
    deleteHandheldTerminal: (id) => {
        return http.delete('/sccg/equipment_handheld_terminal/' + id);
        return http.delete('/sccg/equipment_handheld_terminal/delete/' + id);
    },
};