autoUpdataFile

dev_local_v9_yndxsys
eduauto 2 years ago
parent 9245412147
commit 766cf5d5a4

@ -2296,7 +2296,7 @@ var AccountPage = function AccountPage(_ref) {
while (1) switch (_context.prev = _context.next) { while (1) switch (_context.prev = _context.next) {
case 0: case 0:
_context.next = 2; _context.next = 2;
return (0,fetch/* default */.ZP)("".concat(env/* default */.Z.PROXY_SERVER, "/admins/newws/lists.json"), { return (0,fetch/* default */.ZP)("/admins/newws/lists.json", {
method: 'get' method: 'get'
}); });
case 2: case 2:
@ -2420,7 +2420,7 @@ var AccountPage = function AccountPage(_ref) {
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { }), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: "".concat(Homepagemodules.pic2, " ").concat(fade ? '' : Homepagemodules.fade), className: "".concat(Homepagemodules.pic2, " ").concat(fade ? '' : Homepagemodules.fade),
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", { children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", {
src: currentNewsIndex + 1 < newsList.length ? env/* default */.Z.IMG_SERVER + (newsList === null || newsList === void 0 || (_newsList = newsList[currentNewsIndex + 1]) === null || _newsList === void 0 || (_newsList = _newsList.attachment) === null || _newsList === void 0 ? void 0 : _newsList.url) : env/* default */.Z.IMG_SERVER + (newsList === null || newsList === void 0 || (_newsList$ = newsList[0]) === null || _newsList$ === void 0 || (_newsList$ = _newsList$.attachment) === null || _newsList$ === void 0 ? void 0 : _newsList$.url), src: currentNewsIndex + 1 < newsList.length ? "".concat(env/* default */.Z.IMG_SERVER) + "".concat(newsList === null || newsList === void 0 || (_newsList = newsList[currentNewsIndex + 1]) === null || _newsList === void 0 || (_newsList = _newsList.attachment) === null || _newsList === void 0 ? void 0 : _newsList.url) : env/* default */.Z.IMG_SERVER + (newsList === null || newsList === void 0 || (_newsList$ = newsList[0]) === null || _newsList$ === void 0 || (_newsList$ = _newsList$.attachment) === null || _newsList$ === void 0 ? void 0 : _newsList$.url),
width: 430, width: 430,
height: 300 height: 300
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", { }), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {

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

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