From 915fb90ec89bb48038be794e3c5c2a3c3e5dd88e Mon Sep 17 00:00:00 2001 From: hjm <63528605@qq.com> Date: Tue, 12 Mar 2019 21:34:42 +0800 Subject: [PATCH] .json --- public/react/src/modules/ec/ecCourseSupportSetting/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/react/src/modules/ec/ecCourseSupportSetting/index.js b/public/react/src/modules/ec/ecCourseSupportSetting/index.js index 67c78d1d..4cc3ac3b 100644 --- a/public/react/src/modules/ec/ecCourseSupportSetting/index.js +++ b/public/react/src/modules/ec/ecCourseSupportSetting/index.js @@ -84,7 +84,7 @@ class EcCourseSupportSetting extends Component { fetchCourseTargets = () => { const ec_course_id = this.props.match.params.ec_course_id; - const url = `/ec_courses/${ec_course_id}/ec_course_support_setting_data.json` + const url = `/ec_courses/${ec_course_id}/ec_course_support_setting_data` axios.get(url, { })