autoUpdataFile

dev_local_v9_zzxy
eduauto 1 year ago
parent 70189b7f80
commit cc3181211c

@ -27,7 +27,7 @@
display: block !important;
}
</style><script>if(document.domain !== "www.educoder.net") document.title = '';</script>
<script src="/react/build/umi.306e2c4f.js"></script>
<script src="/react/build/umi.d92b5017.js"></script>
<script src="/react/build/js/public.js"></script>
</body>
</html>

@ -54,6 +54,7 @@ var Workbench = function Workbench(_ref) {
activeButton: __webpack_require__(/*! ./img/aActive.png */ 38833),
margin: '10rem auto',
imgWidth: '166rem',
show: true,
children: [{
name: '实验室预约',
img: __webpack_require__(/*! ./img/a1.png */ 9080),
@ -78,17 +79,17 @@ var Workbench = function Workbench(_ref) {
name: '实验机构管理',
img: __webpack_require__(/*! ./img/a5.png */ 17812),
url: '/laboratory/laboratoryCenter',
show: isTeacher
show: true
}, {
name: '预约管理',
img: __webpack_require__(/*! ./img/a6.png */ 80647),
url: '/laboratory/reservationmanage',
show: isTeacher
show: true
}, {
name: '预约规则设置',
img: __webpack_require__(/*! ./img/a7.png */ 85035),
url: '/laboratory/ruleManage',
show: isTeacher
show: true
}]
}, {
title: '实践课堂',
@ -97,6 +98,7 @@ var Workbench = function Workbench(_ref) {
activeButton: __webpack_require__(/*! ./img/bActive.png */ 92387),
margin: '10rem auto 13rem auto',
imgWidth: '130rem',
show: true,
children: [{
name: '我的课堂',
img: __webpack_require__(/*! ./img/b1.png */ 41999),
@ -115,6 +117,7 @@ var Workbench = function Workbench(_ref) {
activeButton: __webpack_require__(/*! ./img/cActive.png */ 75658),
margin: '10rem auto 13rem auto',
imgWidth: '140rem',
show: true,
children: [{
name: '物资领用申请',
img: __webpack_require__(/*! ./img/c1.png */ 41846),
@ -139,12 +142,12 @@ var Workbench = function Workbench(_ref) {
name: '物资管理',
img: __webpack_require__(/*! ./img/c5.png */ 32547),
url: '/materials/itemAssetsList',
show: true
show: userInfo === null || userInfo === void 0 ? void 0 : userInfo.admin
}, {
name: '物资类别管理',
img: __webpack_require__(/*! ./img/c6.png */ 21121),
url: '/materials/itemAssetsType',
show: true
show: userInfo === null || userInfo === void 0 ? void 0 : userInfo.admin
}, {
name: '采购建议管理',
img: __webpack_require__(/*! ./img/c7.png */ 2957),
@ -154,7 +157,7 @@ var Workbench = function Workbench(_ref) {
name: '入账管理',
img: __webpack_require__(/*! ./img/c8.png */ 13683),
url: '/materials/entry',
show: true
show: userInfo === null || userInfo === void 0 ? void 0 : userInfo.admin
}]
}, {
title: '设备管理',
@ -163,6 +166,7 @@ var Workbench = function Workbench(_ref) {
activeButton: __webpack_require__(/*! ./img/dActive.png */ 78538),
margin: '10rem auto 13rem auto',
imgWidth: '120rem',
show: userInfo === null || userInfo === void 0 ? void 0 : userInfo.admin_and_review,
children: [{
name: '设备管理',
img: __webpack_require__(/*! ./img/d1.png */ 30830),
@ -236,6 +240,9 @@ var Workbench = function Workbench(_ref) {
onClick: function onClick() {
setModuleType(item.type);
},
style: {
visibility: item.show ? 'visible' : 'hidden'
},
children: /*#__PURE__*/(0,jsx_runtime.jsx)("img", {
src: item.type === moduleType ? item.activeButton : item.defaultButton
})
@ -254,6 +261,9 @@ var Workbench = function Workbench(_ref) {
onClick: function onClick() {
setModuleType(item.type);
},
style: {
visibility: item.show ? 'visible' : 'hidden'
},
children: /*#__PURE__*/(0,jsx_runtime.jsx)("img", {
src: item.type === moduleType ? item.activeButton : item.defaultButton
})

@ -410,7 +410,6 @@ button:active {
padding: 30rem;
}
.container___vfIuH .messageItem___erT6o {
height: 150rem;
background: rgba(9, 32, 93, 0.6);
padding: 20rem;
margin-bottom: 10rem;

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save