mirror of
https://github.com/moshowgame/SpringBootCodeGenerator.git
synced 2025-12-26 05:48:33 +08:00
设置 保存配置 7 天
This commit is contained in:
parent
a1fc04af8c
commit
f6844ee7c5
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user