Explorar o código

更新cookie生命

shuzheng %!s(int64=9) %!d(string=hai) anos
pai
achega
a47a652721
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      zheng-ui/src/js/admin.js

+ 3 - 3
zheng-ui/src/js/admin.js

@@ -38,9 +38,9 @@ $(function() {
 		});
 		});
 		$('body').attr("id", systemname);
 		$('body').attr("id", systemname);
 		$('#system_title').text(systemtitle);
 		$('#system_title').text(systemtitle);
-		$.cookie('zheng-upms-systemid', systemid, { expires: 7, path: '/' });
-		$.cookie('zheng-upms-systemname', systemname, { expires: 7, path: '/' });
-		$.cookie('zheng-upms-systemtitle', systemtitle, { expires: 7, path: '/' });
+		$.cookie('zheng-upms-systemid', systemid);
+		$.cookie('zheng-upms-systemname', systemname);
+		$.cookie('zheng-upms-systemtitle', systemtitle);
 	});
 	});
 	// 显示cookie菜单
 	// 显示cookie菜单
 	var systemid = $.cookie('zheng-upms-systemid') || 1;
 	var systemid = $.cookie('zheng-upms-systemid') || 1;