src/views/moudle/carInfo/carPosModule.js
@@ -7,7 +7,7 @@ let timer = 0; /** * 获取汽车的定位信息 * @return {Promise<*[]>} * @return {Promise<[]>} */ const getCarPosList = async ()=>{ try{ @@ -21,8 +21,10 @@ item.show = false; return item; }); return data; }catch (e) { console.log(e); return []; } }