autoUpdataFile

dev_local_v9_zzxy
eduauto 1 year ago
parent 3a65d677d9
commit f6e0a366a8

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

@ -46,9 +46,9 @@ if (false) {}
/***/ }),
/***/ 64104:
/***/ 59227:
/*!************************************************************!*\
!*** ./src/pages/CloudStudy/Detail/index.tsx + 13 modules ***!
!*** ./src/pages/CloudStudy/Detail/index.tsx + 16 modules ***!
\************************************************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
@ -254,8 +254,14 @@ var SvgC = function SvgC(props) {
};
/* harmony default export */ var c = ("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjU1NiAwIDE2IDR2MTEuMjA2YzAgLjQzOS0uMzk2Ljc5NC0uODgzLjc5NEguODgzYy0uNDg2LS4wMDMtLjg4LS4zNTYtLjg4My0uNzk0Vi43OTRDMCAuMzU1LjM5NiAwIC44ODMgMGgxMC42NzNaTTcuMTEgNy4ySDQuNDQ0djEuNmgyLjY2N3YyLjRIOC44OVY4LjhoMi42NjdWNy4ySDguODg5VjQuOEg3LjExdjIuNFoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==");
;// CONCATENATED MODULE: ./src/pages/CloudStudy/Detail/img/a1.png
var a1_namespaceObject = __webpack_require__.p + "static/a1.174334e8.png";
;// CONCATENATED MODULE: ./src/pages/CloudStudy/Detail/img/bg1.png
var bg1_namespaceObject = __webpack_require__.p + "static/bg1.37117842.png";
;// CONCATENATED MODULE: ./src/pages/CloudStudy/Detail/img/bg2.png
var bg2_namespaceObject = __webpack_require__.p + "static/bg2.310afa2e.png";
;// CONCATENATED MODULE: ./src/pages/CloudStudy/Detail/img/bg3.png
var bg3_namespaceObject = __webpack_require__.p + "static/bg3.25bc81b5.png";
;// CONCATENATED MODULE: ./src/pages/CloudStudy/Detail/img/bg4.png
var bg4_namespaceObject = __webpack_require__.p + "static/bg4.4fb37e4f.png";
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/row/index.js
var row = __webpack_require__(95237);
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/spin/index.js + 1 modules
@ -683,6 +689,9 @@ var PreviewAll = __webpack_require__(97672);
@ -1064,6 +1073,8 @@ var CloudStudy = function CloudStudy(_ref) {
className: Detailmodules.listWrap,
children: inforList.map(function (item) {
var _item$attachments3;
var array = [bg1_namespaceObject, bg2_namespaceObject, bg3_namespaceObject, bg4_namespaceObject];
var randomImg = array[Math.floor(Math.random() * array.length)];
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: Detailmodules.li,
onClick: function onClick() {
@ -1074,7 +1085,7 @@ var CloudStudy = function CloudStudy(_ref) {
}
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", {
src: a1_namespaceObject
src: randomImg
}), /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
title: item === null || item === void 0 ? void 0 : item.name,
placement: "topLeft",

@ -160,6 +160,7 @@
.listWrap___x2fwI .li___YwHKX img {
width: 100%;
height: 208px;
object-fit: cover;
}
@media (max-width: 1800px) {
.listWrap___x2fwI {

@ -134,27 +134,27 @@ var Workbench = function Workbench(_ref) {
name: '领用申请管理',
img: __webpack_require__(/*! ./img/c4.png */ 80743),
url: '/materials/receive',
show: isTeacher
show: userInfo === null || userInfo === void 0 ? void 0 : userInfo.admin_and_review
}, {
name: '物资管理',
img: __webpack_require__(/*! ./img/c5.png */ 32547),
url: '/materials/itemAssetsList',
show: isTeacher
show: true
}, {
name: '物资类别管理',
img: __webpack_require__(/*! ./img/c6.png */ 21121),
url: '/materials/itemAssetsType',
show: isTeacher
show: true
}, {
name: '采购建议管理',
img: __webpack_require__(/*! ./img/c7.png */ 2957),
url: '/materials/procure',
show: isTeacher
show: userInfo === null || userInfo === void 0 ? void 0 : userInfo.admin_and_review
}, {
name: '入账管理',
img: __webpack_require__(/*! ./img/c8.png */ 13683),
url: '/materials/entry',
show: isTeacher
show: true
}]
}, {
title: '设备管理',

Binary file not shown.

After

Width:  |  Height:  |  Size: 376 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 361 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 417 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 KiB

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