From e575cf78fba7c7f4f43e700d1fd4c814c88b6388 Mon Sep 17 00:00:00 2001 From: wangxiang <1827945911@qq.com> Date: Tue, 17 May 2022 11:58:44 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=A3=20=E9=87=8D=E6=9E=84=E5=BA=95?= =?UTF-8?q?=E5=B1=82=E5=A4=9A=E7=A7=9F=E6=88=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kicc-ui/src/settings/encryptionSetting.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kicc-ui/src/settings/encryptionSetting.ts b/kicc-ui/src/settings/encryptionSetting.ts index f2869be7..2d5b0d36 100644 --- a/kicc-ui/src/settings/encryptionSetting.ts +++ b/kicc-ui/src/settings/encryptionSetting.ts @@ -7,7 +7,7 @@ import { isDevMode } from '/@/utils/env'; -/** 系统默认缓存时间,以秒为单位 */ +/** 系统默认缓存时间,以秒为单位(7天) */ export const DEFAULT_CACHE_TIME = 60 * 60 * 24 * 7; /** aes加密密钥 */