mirror of
https://github.com/moshowgame/SpringBootCodeGenerator.git
synced 2025-12-26 13:52:39 +08:00
修复bug
部分浏览器异常
This commit is contained in:
parent
94a424ac11
commit
dac7d20eb8
@ -166,7 +166,7 @@ function setAllCookie() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function setOneCookie(key) {
|
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