公告板
版本库
filestore
活动
搜索
登录
main
/
batt_safe_check
动力电池监测
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
内容提交
longyvfengyun
2023-11-15
f7d2d315ac58565cd371d90befc08b7962320b75
[batt_safe_check.git]
/
src
/
views
/
moudle
/
carInfo
/
apis.js
1
2
3
4
5
6
7
8
9
10
11
12
import axios from "@/assets/js/axios";
/**
* 获取汽车的位置信息
* @return {Promise<AxiosResponse<any>> | *}
*/
export const searchCarPos = ()=>{
return axios({
method: "GET",
url: "/monitor/boxGPS/select",
});
}