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) {
|
function setOneCookie(key) {
|
||||||
setCookie(key, vm.formData.options[key], 60 * 60 * 24 * 7);
|
setCookie(key, vm.formData.options[key]);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -192,4 +192,4 @@ function loadOneCookie(key) {
|
|||||||
*/
|
*/
|
||||||
function list_key_need_load() {
|
function list_key_need_load() {
|
||||||
return ["authorName","packageName","returnUtilSuccess","returnUtilFailure","ignorePrefix","tinyintTransType","timeTransType"];
|
return ["authorName","packageName","returnUtilSuccess","returnUtilFailure","ignorePrefix","tinyintTransType","timeTransType"];
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user