odc.xiaohui
2023-01-11 d942877495ceea1575e64fb6d4e2972f6da10cac
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);
    },
};