diff --git a/src/api/crm/activity/map.js b/src/api/crm/activity/map.js
index 7a4638f..fb4bdb9 100644
--- a/src/api/crm/activity/map.js
+++ b/src/api/crm/activity/map.js
@@ -3,41 +3,30 @@ import request from "@/utils/request";
//新增地图开始签到接口
export function addStartMap(data) {
return request.post({
- url: "/crm/app/appVisistMap/Startadd",
+ url: "/crm/jys/app/appVisistMap/Startadd",
data,
},{
isTransformResponse:false
});
}
-// //出差打卡接口
-// export function businessTripClockIn(data) {
-// return request.post({
-// url: '/crm/app/appVisistMap/businessTripClockIn',
-// data
-// },{isTransformResponse:false});
-// }
-
-// //新增地图开始打卡接口
-// export function addStartMapForClockIn(data) {
-// return request.post({
-// url: "/crm/app/appVisistMap/StartaddForClockIn",
-// data,
-// },{
-// isTransformResponse:false
-// });
-// }
-
- //出差打卡接口
- export function businessTripClockIn(data) {
- return request('/app/appVisistMap/businessTripClockIn', data, 'POST', 'application/json;charset=UTF-8');
- }
-
- //新增地图开始打卡接口
- export function addStartMapForClockIn(data) {
- return request('/app/appVisistMap/StartaddForClockIn', data, 'POST', 'application/json;charset=UTF-8');
- }
+//出差打卡接口
+export function businessTripClockIn(data) {
+ return request.post({
+ url: '/crm/jys/app/appVisistMap/businessTripClockIn',
+ data
+ },{isTransformResponse:false});
+}
+//新增地图开始打卡接口
+export function addStartMapForClockIn(data) {
+ return request.post({
+ url: "/crm/jys/app/appVisistMap/StartaddForClockIn",
+ data,
+ },{
+ isTransformResponse:false
+ });
+}
//打卡信息查看
export function CheckInInformationViewing(data) {
diff --git a/src/pages/business/CRM/map/vistorCheckin.vue b/src/pages/business/CRM/map/vistorCheckin.vue
index 353e162..07e19eb 100644
--- a/src/pages/business/CRM/map/vistorCheckin.vue
+++ b/src/pages/business/CRM/map/vistorCheckin.vue
@@ -1,5 +1,5 @@
-
+
签到
@@ -20,7 +20,7 @@
@@ -32,7 +32,8 @@