autoUpdataFile

dev_local_v9_zzxy
eduauto 1 year ago
parent 63ccc355a2
commit 4324e94cdd

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

@ -403,6 +403,18 @@ var competitionsPage = function competitionsPage(_ref) {
text: '未发布'
}
};
(0,_react_17_0_2_react.useEffect)(function () {
dispatch({
type: 'globalSetting/headerFooterToggle',
payload: false
});
return function () {
dispatch({
type: 'globalSetting/headerFooterToggle',
payload: true
});
};
}, []);
(0,_react_17_0_2_react.useEffect)(function () {
dispatch({
type: 'competitions/getList',

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