parent
6d0a4ed481
commit
e6c7cbed37
@ -1,5 +1,5 @@
|
||||
"use strict";
|
||||
(self["webpackChunk"] = self["webpackChunk"] || []).push([[603],{
|
||||
(self["webpackChunk"] = self["webpackChunk"] || []).push([[5496],{
|
||||
|
||||
/***/ 33098:
|
||||
/*!********************************************!*\
|
||||
@ -0,0 +1,39 @@
|
||||
"use strict";
|
||||
(self["webpackChunk"] = self["webpackChunk"] || []).push([[8340],{
|
||||
|
||||
/***/ 30530:
|
||||
/*!*************************************************************************!*\
|
||||
!*** ./src/pages/Classrooms/Lists/Attendance/Webview/Student/index.tsx ***!
|
||||
\*************************************************************************/
|
||||
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
||||
|
||||
__webpack_require__.r(__webpack_exports__);
|
||||
/* harmony import */ var umi__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! umi */ 23852);
|
||||
/* harmony import */ var antd__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! antd */ 24905);
|
||||
/* provided dependency */ var React = __webpack_require__(/*! react */ 59301);
|
||||
|
||||
|
||||
const CheckboxGroup = antd__WEBPACK_IMPORTED_MODULE_1__["default"].Group;
|
||||
const ShixunsListPage = ({
|
||||
classroomList,
|
||||
loading,
|
||||
dispatch
|
||||
}) => {
|
||||
return /* @__PURE__ */ React.createElement("section", null, "12312313");
|
||||
};
|
||||
/* harmony default export */ __webpack_exports__["default"] = ((0,umi__WEBPACK_IMPORTED_MODULE_0__.connect)(
|
||||
({
|
||||
classroomList,
|
||||
loading,
|
||||
globalSetting
|
||||
}) => ({
|
||||
classroomList,
|
||||
globalSetting,
|
||||
loading: loading.effects
|
||||
})
|
||||
)(ShixunsListPage));
|
||||
|
||||
|
||||
/***/ })
|
||||
|
||||
}]);
|
||||
@ -0,0 +1,145 @@
|
||||
"use strict";
|
||||
(self["webpackChunk"] = self["webpackChunk"] || []).push([[1836],{
|
||||
|
||||
/***/ 36928:
|
||||
/*!***********************************************************!*\
|
||||
!*** ./src/components/MapContainer/index.tsx + 1 modules ***!
|
||||
\***********************************************************/
|
||||
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
||||
|
||||
|
||||
// EXPORTS
|
||||
__webpack_require__.d(__webpack_exports__, {
|
||||
Z: function() { return /* binding */ components_MapContainer; }
|
||||
});
|
||||
|
||||
// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/index.js
|
||||
var _react_17_0_2_react = __webpack_require__(59301);
|
||||
;// CONCATENATED MODULE: ./src/components/MapContainer/index.less?modules
|
||||
// extracted by mini-css-extract-plugin
|
||||
/* harmony default export */ var MapContainermodules = ({"flex_box_center":"flex_box_center___DAfGc","flex_space_between":"flex_space_between___fIYoN","flex_box_vertical_center":"flex_box_vertical_center___mg1j7","flex_box_center_end":"flex_box_center_end___GF3M_","flex_box_column":"flex_box_column___Vl5k0","container":"container___A9RGp","amap-icon":"amap-icon___mYhj5"});
|
||||
// EXTERNAL MODULE: ./node_modules/_@amap_amap-jsapi-loader@1.0.1@@amap/amap-jsapi-loader/dist/index.js
|
||||
var dist = __webpack_require__(95906);
|
||||
var dist_default = /*#__PURE__*/__webpack_require__.n(dist);
|
||||
// EXTERNAL MODULE: ./node_modules/_classnames@2.5.1@classnames/index.js
|
||||
var _classnames_2_5_1_classnames = __webpack_require__(92310);
|
||||
var _classnames_2_5_1_classnames_default = /*#__PURE__*/__webpack_require__.n(_classnames_2_5_1_classnames);
|
||||
;// CONCATENATED MODULE: ./src/components/MapContainer/index.tsx
|
||||
/* provided dependency */ var React = __webpack_require__(/*! react */ 59301);
|
||||
var __defProp = Object.defineProperty;
|
||||
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
||||
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
||||
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
||||
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
||||
var __spreadValues = (a, b) => {
|
||||
for (var prop in b || (b = {}))
|
||||
if (__hasOwnProp.call(b, prop))
|
||||
__defNormalProp(a, prop, b[prop]);
|
||||
if (__getOwnPropSymbols)
|
||||
for (var prop of __getOwnPropSymbols(b)) {
|
||||
if (__propIsEnum.call(b, prop))
|
||||
__defNormalProp(a, prop, b[prop]);
|
||||
}
|
||||
return a;
|
||||
};
|
||||
var __objRest = (source, exclude) => {
|
||||
var target = {};
|
||||
for (var prop in source)
|
||||
if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
|
||||
target[prop] = source[prop];
|
||||
if (source != null && __getOwnPropSymbols)
|
||||
for (var prop of __getOwnPropSymbols(source)) {
|
||||
if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
|
||||
target[prop] = source[prop];
|
||||
}
|
||||
return target;
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
const MapKey = "e4088b0a75957fc806662185b69f9ba6";
|
||||
const securityJsCode = "cd2d30eb0306c1e356e5acb4584a3df4";
|
||||
const MapContainer = (_a) => {
|
||||
var _b = _a, {
|
||||
AMap,
|
||||
className,
|
||||
id,
|
||||
loadOptions,
|
||||
isInitCurPostionCenter,
|
||||
CurrentPosition,
|
||||
MapUse
|
||||
} = _b, props = __objRest(_b, [
|
||||
"AMap",
|
||||
"className",
|
||||
"id",
|
||||
"loadOptions",
|
||||
"isInitCurPostionCenter",
|
||||
"CurrentPosition",
|
||||
"MapUse"
|
||||
]);
|
||||
let map;
|
||||
(0,_react_17_0_2_react.useEffect)(() => {
|
||||
window._AMapSecurityConfig = {
|
||||
securityJsCode
|
||||
};
|
||||
dist_default().load(__spreadValues({
|
||||
key: MapKey,
|
||||
version: "2.0",
|
||||
plugins: []
|
||||
}, loadOptions)).then((AMap2) => {
|
||||
map = new AMap2.Map(id || "container", {
|
||||
zoom: 15,
|
||||
resizeEnable: true
|
||||
});
|
||||
MapUse({ AMap: AMap2, map });
|
||||
});
|
||||
return () => {
|
||||
map == null ? void 0 : map.destroy();
|
||||
};
|
||||
}, []);
|
||||
return /* @__PURE__ */ React.createElement("div", __spreadValues({ id: id || "container", className: _classnames_2_5_1_classnames_default()(MapContainermodules.container, className) }, props));
|
||||
};
|
||||
/* harmony default export */ var components_MapContainer = (MapContainer);
|
||||
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 90200:
|
||||
/*!*************************************************************************!*\
|
||||
!*** ./src/pages/Classrooms/Lists/Attendance/Webview/Teacher/index.tsx ***!
|
||||
\*************************************************************************/
|
||||
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
||||
|
||||
__webpack_require__.r(__webpack_exports__);
|
||||
/* harmony import */ var umi__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! umi */ 23852);
|
||||
/* harmony import */ var antd__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! antd */ 24905);
|
||||
/* harmony import */ var _components_MapContainer__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @/components/MapContainer */ 36928);
|
||||
/* provided dependency */ var React = __webpack_require__(/*! react */ 59301);
|
||||
|
||||
|
||||
|
||||
const CheckboxGroup = antd__WEBPACK_IMPORTED_MODULE_2__["default"].Group;
|
||||
const ShixunsListPage = ({
|
||||
classroomList,
|
||||
loading,
|
||||
dispatch
|
||||
}) => {
|
||||
return /* @__PURE__ */ React.createElement("section", null, /* @__PURE__ */ React.createElement(_components_MapContainer__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z, { height: "800px" }), "12312313");
|
||||
};
|
||||
/* harmony default export */ __webpack_exports__["default"] = ((0,umi__WEBPACK_IMPORTED_MODULE_0__.connect)(
|
||||
({
|
||||
classroomList,
|
||||
loading,
|
||||
globalSetting
|
||||
}) => ({
|
||||
classroomList,
|
||||
globalSetting,
|
||||
loading: loading.effects
|
||||
})
|
||||
)(ShixunsListPage));
|
||||
|
||||
|
||||
/***/ })
|
||||
|
||||
}]);
|
||||
@ -0,0 +1,42 @@
|
||||
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
||||
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.2@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.2@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/MapContainer/index.less?modules ***!
|
||||
\******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
||||
.flex_box_center___DAfGc {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
-webkit-justify-content: center;
|
||||
box-align: center;
|
||||
}
|
||||
.flex_space_between___fIYoN {
|
||||
justify-content: space-between;
|
||||
-webkit-box-pack: justify;
|
||||
}
|
||||
.flex_box_vertical_center___mg1j7 {
|
||||
align-items: center;
|
||||
box-align: center;
|
||||
}
|
||||
.flex_box_center_end___GF3M_ {
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
-webkit-justify-content: flex-end;
|
||||
-webkit-align-items: center;
|
||||
-webkit-box-align: center;
|
||||
-webkit-box-pack: end;
|
||||
box-align: center;
|
||||
box-pack: end;
|
||||
}
|
||||
.flex_box_column___Vl5k0 {
|
||||
flex-direction: column;
|
||||
box-orient: block-axis;
|
||||
}
|
||||
.container___A9RGp {
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.container___A9RGp .amap-icon___mYhj5 img {
|
||||
width: 25px;
|
||||
height: 34px;
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 1.5 MiB |
|
After Width: | Height: | Size: 1.6 MiB |
Binary file not shown.
Loading…
Reference in new issue