From b285f6b5019af3b011911113ccb442ed7c633b18 Mon Sep 17 00:00:00 2001 From: xuesinan <1404152492@qq.com> Date: Mon, 18 Oct 2021 18:16:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=B6=E5=AE=9A=E5=9F=B9=E8=AE=AD=E8=AE=A1?= =?UTF-8?q?=E5=88=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);