设置 保存配置 7 天

This commit is contained in:
thj 2021-10-20 20:55:24 +08:00
parent a1fc04af8c
commit f6844ee7c5

View File

@ -166,7 +166,7 @@ function setAllCookie() {
}
function setOneCookie(key) {
setCookie(key, vm.formData.options[key]);
setCookie(key, vm.formData.options[key], 60 * 60 * 24 * 7);
}
/**