From 44a378b4ecdf253e9d3229c98f0c213b4bdbfca8 Mon Sep 17 00:00:00 2001 From: KQL Date: Mon, 8 Sep 2025 04:36:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8DAI=E8=AF=BE=E7=A8=8B?= =?UTF-8?q?=E8=A1=A8=E6=96=87=E4=BB=B6=E8=B7=AF=E5=BE=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将AI课程表引用路径从 '网页未导入数据/ai课程表.json' 修正为 '网页未导入数据/文旅产业/ai课程表.json' 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- src/data/mockData.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/mockData.js b/src/data/mockData.js index a298890..dff7874 100644 --- a/src/data/mockData.js +++ b/src/data/mockData.js @@ -1,7 +1,7 @@ // 导入JSON数据 import companyJobsData from './companyJobs.json'; import calendarCoursesData from './calendarCourses.json'; -import aiCoursesData from '../../网页未导入数据/ai课程表.json'; +import aiCoursesData from '../../网页未导入数据/文旅产业/ai课程表.json'; import marketingCoursesData from './marketingCourses.json'; // 转换函数:将JSON数据转换为页面所需格式