mirror of
https://github.com/moshowgame/SpringBootCodeGenerator.git
synced 2025-12-26 05:48:33 +08:00
修复bug
部分浏览器异常
This commit is contained in:
parent
94a424ac11
commit
dac7d20eb8
@ -166,7 +166,7 @@ function setAllCookie() {
|
||||
}
|
||||
|
||||
function setOneCookie(key) {
|
||||
setCookie(key, vm.formData.options[key], 60 * 60 * 24 * 7);
|
||||
setCookie(key, vm.formData.options[key]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user