Commit 3bac8ab4 by chenshu

Merge branch 'feature/chenshu/panel' into dev

parents 0e41b052 9f8abbec
......@@ -26,17 +26,17 @@ function SwitchRoute(props: SwitchProps) {
switch (userRole) {
case "CloudManager":
window.RCHistory.replace({
pathname: `/redirect-to-live-course`,
pathname: `/home`,
});
break;
case "StoreManager":
window.RCHistory.replace({
pathname: `/redirect-to-live-course`,
pathname: `/home`,
});
break;
case "CloudLecturer":
window.RCHistory.replace({
pathname: `/redirect-to-resource-disk`,
pathname: `/home`,
});
break;
}
......
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