diff --git a/index.html b/index.html index 4b5553f..4a2aa10 100644 --- a/index.html +++ b/index.html @@ -101,7 +101,7 @@ const { success, code, data, msg } = res; if (success && code === 200) { that.token = data.token; - // 查询考勤信息 + // 查询培训计划 that.getTrainPlan() } else { console.log('msg: ', msg);