autoUpdataFile

dev_local_v9_zzxy
eduauto 1 year ago
parent 6f1615e6df
commit 25cae02f5d

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

@ -301,7 +301,7 @@ var dataInfo = function dataInfo(_ref) {
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
className: dataInfomodules.title_more,
onClick: function onClick() {
_umi_production_exports.history.push('/officialNotice');
_umi_production_exports.history.push('/officialNotice?indexType=right');
},
children: ["\u67E5\u770B\u66F4\u591A ", /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
className: "iconfont icon-xiaojiantou",
@ -739,7 +739,7 @@ var DefendCloud = function DefendCloud(_ref) {
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: DefendCloudmodules.content_item,
onClick: function onClick() {
_umi_production_exports.history.push('/officialNotice');
_umi_production_exports.history.push('/officialNotice?indexType=left');
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: DefendCloudmodules.content_item_img,

@ -78,6 +78,9 @@ var OfficialNotice = function OfficialNotice(_ref) {
_useState2 = slicedToArray_default()(_useState, 2),
broadData = _useState2[0],
setBroadData = _useState2[1];
var _useSearchParams = (0,_umi_production_exports.useSearchParams)(),
_useSearchParams2 = slicedToArray_default()(_useSearchParams, 1),
searchParams = _useSearchParams2[0];
(0,_react_17_0_2_react.useEffect)(function () {
getData();
}, []);
@ -133,7 +136,7 @@ var OfficialNotice = function OfficialNotice(_ref) {
className: OfficialNoticemodules.officialNotice,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(HeaderNav/* default */.Z, {
addDom: addDom,
goBackUrl: '/defendCloud?indexType=right',
goBackUrl: "/defendCloud?indexType=".concat(searchParams.get("indexType") || 'left'),
imgUrl: __webpack_require__(/*! ./img/biaoti.png */ 50801)
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: OfficialNoticemodules.content,

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