From 4cb2fda57541947b5ff743a911ca9414f1c7a514 Mon Sep 17 00:00:00 2001 From: xyc <jc_xiong@hotmail.com> Date: 星期一, 28 十月 2024 15:41:17 +0800 Subject: [PATCH] 新增凌晨3点清理redis过期key功能(key7天有效) --- web/src/App.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/web/src/App.vue b/web/src/App.vue index a38f7e2..6a04123 100644 --- a/web/src/App.vue +++ b/web/src/App.vue @@ -25,7 +25,7 @@ document.querySelector('html').setAttribute('lang', val) // 鍙互鍦ㄨ繖閲屼慨鏀瑰浗闄呭寲鏄剧ず鍚嶇О - messages[val].brand.lg = '鍙潬鎬т豢鐪熷缓妯�' + messages[val].brand.lg = '鍙潬鎬т豢鐪熻瘎浼板強璇勫畾' messages[val].company.name = '鍗曚綅鍚嶇О' messages[val].company.code = '鍗曚綅浠g爜' messages[val].company.shortName = '鍗曚綅绠�绉�' -- Gitblit v1.9.1