autoUpdataFile

dev_local_v9_haijunshiguan_net
eduauto 2 years ago
parent 9d9f86b7ee
commit 1f82b7d322

@ -2360,6 +2360,7 @@ var IntelligentImport = function IntelligentImport(_ref3) {
Object.keys(param).forEach(function (key) {
formData.append(key, param[key]);
});
formData.append('url', window.location.origin);
var xhr = new window.XMLHttpRequest();
xhr.withCredentials = true;
xhr.addEventListener('load', /*#__PURE__*/function () {

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

@ -2324,6 +2324,7 @@ var IntelligentImport = function IntelligentImport(_ref3) {
Object.keys(param).forEach(function (key) {
formData.append(key, param[key]);
});
formData.append('url', window.location.origin);
var xhr = new window.XMLHttpRequest();
xhr.withCredentials = true;
xhr.addEventListener('load', /*#__PURE__*/function () {

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