浏览代码

disabled banner

New_Enhancement
Jason Chuang 2 周前
父节点
当前提交
e3c434c9cd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/pages/authentication/AuthWrapper.js

+ 1
- 1
src/pages/authentication/AuthWrapper.js 查看文件

@@ -23,7 +23,7 @@ const AuthWrapper = ({ children }) => {

// --- Date control ---
const today = new Date();
const showUntil = new Date("2025-12-08T00:00:00"); // 8 Dec 2025 and onwards = hide popup
const showUntil = new Date("2025-11-27T00:00:00"); // 8 Dec 2025 and onwards = hide popup
const [openPopup, setOpenPopup] = useState(today < showUntil);

const handleClosePopup = () => {


正在加载...
取消
保存