|
@@ -4,7 +4,11 @@ const servantappletservicePath = baseService+'/servantlove/getSubjectWhenFirst';
|
|
|
//新设置服务标准
|
|
|
const insertNewservantappletservicePath = baseService+'/servicestandard/insertNewServiceStandards';
|
|
|
|
|
|
+//GET /servantTask/selectTodayTaskItem 查询保姆当日任务
|
|
|
+const selectDayTaskItemPath=baseService+'/servantTask/selectDayTaskItem';
|
|
|
+
|
|
|
export default{
|
|
|
servantappletservicePath,
|
|
|
insertNewservantappletservicePath,
|
|
|
+selectDayTaskItemPath
|
|
|
}
|