From 87712dd66caec13feaad6282d9c42a924b14b375 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 12 六月 2023 14:56:37 +0800 Subject: [PATCH] 2023-06-12 --- src/views/mobdesign/index.jsx | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/views/mobdesign/index.jsx b/src/views/mobdesign/index.jsx index a79b390..9fca5e9 100644 --- a/src/views/mobdesign/index.jsx +++ b/src/views/mobdesign/index.jsx @@ -111,6 +111,7 @@ window.GLOB.winHeight = 738 window.GLOB.shellWidth = 376 window.GLOB.shellHeight = 680 + window.GLOB.curDate = moment().format('YYYY-MM-DD') let adapters = sessionStorage.getItem('adapter') if (adapters) { -- Gitblit v1.8.0