Commit 9e16f517 by yuananting

fix:返回

parent 91377f18
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: yuananting * @Author: yuananting
* @Date: 2021-02-23 18:28:50 * @Date: 2021-02-23 18:28:50
* @LastEditors: yuananting * @LastEditors: yuananting
* @LastEditTime: 2021-04-15 21:43:35 * @LastEditTime: 2021-04-15 21:53:13
* @Description: 助学工具-课程分类 * @Description: 助学工具-课程分类
* @Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有 * @Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/ */
...@@ -590,7 +590,7 @@ class CourseCategoryManage extends Component { ...@@ -590,7 +590,7 @@ class CourseCategoryManage extends Component {
} = this.state; } = this.state;
return ( return (
<div className="page course-category-manage"> <div className="page course-category-manage">
{getParameterByName("from") === "aid" ? ( {["aid", "knowledge"].includes(getParameterByName("from")) ? (
<Breadcrumbs <Breadcrumbs
navList="课程分类" navList="课程分类"
goBack={() => goBack={() =>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment