Commit 9f8abbec by chenshu

feat:数据面板完成

parent ed997f13
......@@ -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