diff --git a/src/maintenance/index.jsx b/src/maintenance/index.jsx index a215b46..affd564 100644 --- a/src/maintenance/index.jsx +++ b/src/maintenance/index.jsx @@ -16,6 +16,9 @@ const MaintenancePage = () => { }; const handleVersionCheck = () => {}; + const toHome = () => { + window.location.href = '/'; + }; const __BUILD_DATE__ = `__BUILD_DATE__`; const __BUILD_VERSION__ = `__BUILD_VERSION__`; @@ -27,12 +30,15 @@ const MaintenancePage = () => { 清除缓存 - + 重新加载 {/* 检查版本 */} + + 打开系统 + Version: {__BUILD_VERSION__} Build Date: {__BUILD_DATE__} GMT+00:00
Version: {__BUILD_VERSION__}
Build Date: {__BUILD_DATE__} GMT+00:00