Oliver
2022-12-14 02ce22be65df8b717d5f1614e5d7dbfcdf1ce1b9
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);
    },
};