Commit 9e16f517 by yuananting

fix:返回

parent 91377f18
......@@ -2,7 +2,7 @@
* @Author: yuananting
* @Date: 2021-02-23 18:28:50
* @LastEditors: yuananting
* @LastEditTime: 2021-04-15 21:43:35
* @LastEditTime: 2021-04-15 21:53:13
* @Description: 助学工具-课程分类
* @Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/
......@@ -590,7 +590,7 @@ class CourseCategoryManage extends Component {
} = this.state;
return (
<div className="page course-category-manage">
{getParameterByName("from") === "aid" ? (
{["aid", "knowledge"].includes(getParameterByName("from")) ? (
<Breadcrumbs
navList="课程分类"
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