import http from "@/utils/http.js"; //登录 export const login = (data) => http.post('/project/login', data, {noAuth:true}) // 上报定位 export const positioning = (data) => http.post('/project/project/positioning', data, {noAuth:true})