Auto Submit

dev_local_v9_test2
autosubmit 2 years ago
parent b469c90c40
commit 14fdf98cd0

File diff suppressed because one or more lines are too long

@ -1,12 +1,12 @@
(self["webpackChunk"] = self["webpackChunk"] || []).push([[41277],{
(self["webpackChunk"] = self["webpackChunk"] || []).push([[64616],{
/***/ 41277:
/***/ 64616:
/*!****************************************************************!*\
!*** ./node_modules/_dompurify@2.4.8@dompurify/dist/purify.js ***!
!*** ./node_modules/_dompurify@2.4.9@dompurify/dist/purify.js ***!
\****************************************************************/
/***/ (function(module) {
/*! @license DOMPurify 2.4.8 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.4.8/LICENSE */
/*! @license DOMPurify 2.4.9 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.4.9/LICENSE */
(function (global, factory) {
true ? module.exports = factory() :
@ -276,7 +276,7 @@
var ATTR_WHITESPACE = seal(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g // eslint-disable-line no-control-regex
);
var DOCTYPE_NAME = seal(/^html$/i);
var CUSTOM_ELEMENT = seal(/^[a-z][a-z\d]*(-[a-z\d]+)+$/i);
var CUSTOM_ELEMENT = seal(/^[a-z][.\w]*(-[.\w]+)+$/i);
var getGlobal = function getGlobal() {
return typeof window === 'undefined' ? null : window;
@ -338,7 +338,7 @@
*/
DOMPurify.version = '2.4.8';
DOMPurify.version = '2.4.9';
/**
* Array of elements that DOMPurify removed during sanitation.
* Empty if nothing was removed.
@ -1000,7 +1000,7 @@
var _createIterator = function _createIterator(root) {
return createNodeIterator.call(root.ownerDocument || root, root, // eslint-disable-next-line no-bitwise
NodeFilter.SHOW_ELEMENT | NodeFilter.SHOW_COMMENT | NodeFilter.SHOW_TEXT | NodeFilter.SHOW_PROCESSING_INSTRUCTION, null, false);
NodeFilter.SHOW_ELEMENT | NodeFilter.SHOW_COMMENT | NodeFilter.SHOW_TEXT | NodeFilter.SHOW_PROCESSING_INSTRUCTION | NodeFilter.SHOW_CDATA_SECTION, null, false);
};
/**
* _isClobbered
@ -1102,6 +1102,14 @@
return true;
}
/* Remove any ocurrence of processing instructions */
if (currentNode.nodeType === 7) {
_forceRemove(currentNode);
return true;
}
/* Remove element if anything forbids its presence */

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

@ -466,7 +466,7 @@ var Navigation = function Navigation(_ref) {
})
});
}
}, {
}, searchParams.get('indexType') != '2' && {
title: '状态',
dataIndex: 'status',
ellipsis: true,

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