Commit 9993e364 by wufan

fix:替换观看身份枚举

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