|
|
|
|
@ -1099,6 +1099,8 @@ var message = __webpack_require__(8591);
|
|
|
|
|
var col = __webpack_require__(43604);
|
|
|
|
|
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/menu/index.js + 11 modules
|
|
|
|
|
var menu = __webpack_require__(20834);
|
|
|
|
|
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/dropdown/index.js + 1 modules
|
|
|
|
|
var dropdown = __webpack_require__(38854);
|
|
|
|
|
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/radio/index.js + 5 modules
|
|
|
|
|
var es_radio = __webpack_require__(5112);
|
|
|
|
|
// EXTERNAL MODULE: ./src/service/home.ts
|
|
|
|
|
@ -1837,6 +1839,7 @@ var _excluded = ["homePage", "user", "globalSetting", "loading", "dispatch", "lo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var VerifyType = /*#__PURE__*/function (VerifyType) {
|
|
|
|
|
VerifyType["Projects"] = "projects";
|
|
|
|
|
VerifyType["Shixuns"] = "shixuns";
|
|
|
|
|
@ -2098,7 +2101,23 @@ var Join = function Join(_ref) {
|
|
|
|
|
// }, [globalSetting,user?.userInfo]);
|
|
|
|
|
|
|
|
|
|
return /*#__PURE__*/(0,jsx_runtime.jsxs)("section", {
|
|
|
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(JoinClassroomModal/* default */.Z, {
|
|
|
|
|
children: [(0,authority/* isLogin */.bg)() && /*#__PURE__*/(0,jsx_runtime.jsx)(dropdown/* default */.Z, {
|
|
|
|
|
dropdownRender: function dropdownRender() {
|
|
|
|
|
var _user$userInfo19;
|
|
|
|
|
return /*#__PURE__*/(0,jsx_runtime.jsx)(menu/* default */.Z, {
|
|
|
|
|
className: ((_user$userInfo19 = user.userInfo) === null || _user$userInfo19 === void 0 ? void 0 : _user$userInfo19.user_identity) !== '学生' ? "".concat(Joinmodules.rightMenu, " ").concat(Joinmodules.joinMenu, " mt10") : "".concat(Joinmodules.rightMenu, " ").concat(Joinmodules.joinMenu, " ").concat(Joinmodules.w140, " mt10"),
|
|
|
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)(JoinOverlay, {})
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
placement: "bottom",
|
|
|
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
|
|
|
style: {
|
|
|
|
|
lineHeight: 'inherit',
|
|
|
|
|
color: '#ccc'
|
|
|
|
|
},
|
|
|
|
|
className: "iconfont icon-tianjiafangda font18 current ml15 mr15"
|
|
|
|
|
})
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)(JoinClassroomModal/* default */.Z, {
|
|
|
|
|
visible: visibleJoinClassroom,
|
|
|
|
|
onCancel: function onCancel() {
|
|
|
|
|
return setVisibleJoinClassroom(false);
|
|
|
|
|
@ -2134,8 +2153,6 @@ var Join = function Join(_ref) {
|
|
|
|
|
loading: loading.models.index
|
|
|
|
|
};
|
|
|
|
|
})(Join));
|
|
|
|
|
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/dropdown/index.js + 1 modules
|
|
|
|
|
var dropdown = __webpack_require__(38854);
|
|
|
|
|
;// CONCATENATED MODULE: ./src/components/Header/components/User/index.less?modules
|
|
|
|
|
// extracted by mini-css-extract-plugin
|
|
|
|
|
/* harmony default export */ var Usermodules = ({"flex_box_center":"flex_box_center___YbxYn","flex_space_between":"flex_space_between___Atwkg","flex_box_vertical_center":"flex_box_vertical_center____I6AC","flex_box_center_end":"flex_box_center_end___LrYPg","flex_box_column":"flex_box_column___j7QNF","userPic":"userPic___a46Uz","rightMenu":"rightMenu___y_nqk","menuWrap":"menuWrap___iwlZB","exit":"exit___MOREW","classromediv":"classromediv___crYsO","glow":"glow___jMGk7","height67":"height67___asp2E","login":"login___WGEW9","icon":"icon___HABAt"});
|