Commit 9993e364 by wufan

fix:替换观看身份枚举

parent b0a4e234
......@@ -8,10 +8,9 @@ import CourseService from "@/domains/course-domain/CourseService";
import User from '@/common/js/user';
const liveTypeMap = {
USER: "用户",
CLOUD_LECTURER: "讲师",
STORE_MANAGER: "店铺管理员",
CLOUD_MANAGER: "管理员",
USER: "普通用户",
ANCHOR: "讲师",
ADMIN: "管理员(助教)",
GUEST: "游客"
};
class PlaybackData extends React.Component {
......
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