diff --git a/public/react/src/modules/paths/statics/index.js b/public/react/src/modules/paths/statics/index.js index c2e541804..46689311d 100644 --- a/public/react/src/modules/paths/statics/index.js +++ b/public/react/src/modules/paths/statics/index.js @@ -212,14 +212,14 @@ const App = (props) => { pathId && staticList(pathId); } - const { - study_count, - course_study_count, - initiative_study, - passed_count, - course_used_count, - school_used_count - } = subject_info; + // const { + // study_count, + // course_study_count, + // initiative_study, + // passed_count, + // course_used_count, + // school_used_count + // } = subject_info; const maps = { 1: 'subject_info', // 实践课程使用情况 @@ -251,32 +251,32 @@ const App = (props) => {