diff --git a/src/config/api.js b/src/config/api.js index fa727ca..7177971 100644 --- a/src/config/api.js +++ b/src/config/api.js @@ -1,18 +1,9 @@ import axios from 'axios'; -const defaultwbs = `https://test.tall.wiki/gateway/defaultwbs`; +const defaultwbs = `https://test.tall.wiki/gateway/sports`; -// 查询考勤信息 -export const clockQuery = params => axios.post(`${defaultwbs}/clock/query`, params); +// 查询用户信息 +export const getUserInfo = params => axios.post(`${defaultwbs}/player/info`, params); -// 查询考勤信息 -export const clockPunch = params => axios.post(`${defaultwbs}/clock/punch`, params); - -// 查询所有成员 -export const queryChecker = params => axios.post(`${defaultwbs}/deliver/queryChecker`, params); - -// 查询所有成员 -export const clockAudit = params => axios.post(`${defaultwbs}/clock/audit`, params); - -// 导出考勤excel -export const clockExport = params => axios.post(`${defaultwbs}/clock/export`, params); +// 报名信息提交 +export const submitSignUp = params => axios.post(`${defaultwbs}/player/apply`, params); diff --git a/src/views/Apply/apply.vue b/src/views/Apply/apply.vue index 123ff13..b7aa2be 100644 --- a/src/views/Apply/apply.vue +++ b/src/views/Apply/apply.vue @@ -17,15 +17,28 @@
- +
- +
- +
@@ -49,11 +62,11 @@
- +
- +
培训信息
@@ -67,7 +80,7 @@
-
+
- +