mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-21 08:46:46 +08:00
提交
This commit is contained in:
@@ -18,8 +18,8 @@ import { boeRequest } from "@/api/request";
|
||||
// "application/x-www-form-urlencoded";
|
||||
axios.defaults.withCredentials = true;
|
||||
const http = axios.create({
|
||||
baseURL: '/growth',
|
||||
// baseURL: process.env.VUE_APP_BASE_API_GROWTH,
|
||||
// baseURL: '/growth',
|
||||
baseURL: process.env.VUE_APP_BASE_API_GROWTH,
|
||||
timeout: 1000 * 15,
|
||||
// headers: { "Content-Type": "multipart/form-data" },
|
||||
headers: { "Content-Type": "application/json" },
|
||||
|
||||
@@ -105,3 +105,9 @@ export const markComplete = (obj) => http.get('/professional/allocation/markComp
|
||||
|
||||
|
||||
export const attendanceList = (obj) => http.post('/professional/task/attendanceList', obj)
|
||||
|
||||
export const taskSign = (obj) => http.post('/professional/task/taskSign', obj)
|
||||
|
||||
export const taskLeave = (obj) => http.post('/professional/task/taskLeave', obj)
|
||||
|
||||
export const taskBatchSign = (id) => http.get('/professional/task/batchSign/' + id)
|
||||
|
||||
Reference in New Issue
Block a user