From 1edb119983d9fadfd2c4efb8685c130a0aaee9ca Mon Sep 17 00:00:00 2001 From: wangsiyuan <2392948297@qq.com> Date: Thu, 28 Dec 2023 20:10:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20course-category.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/templates/course-category.html | 1 - 1 file changed, 1 deletion(-) diff --git a/app/templates/course-category.html b/app/templates/course-category.html index 82ad0bc..86c77f2 100644 --- a/app/templates/course-category.html +++ b/app/templates/course-category.html @@ -62,7 +62,6 @@ // 发起GET请求获取数据 $.get('/api/get-course-type', function (res) { // 假设返回的res是一个对象,包含必修和选修的课程名数组 - console.log(res); // 处理返回的数据,转换为表格能接受的格式 var tableData = [];