|
@@ -14,7 +14,7 @@
|
|
<script src="/static/bootstrap/bootstrap.bundle.min.js"></script>
|
|
<script src="/static/bootstrap/bootstrap.bundle.min.js"></script>
|
|
<script>
|
|
<script>
|
|
function setCookie(cName, value, expireDate) {
|
|
function setCookie(cName, value, expireDate) {
|
|
- const domain = 'zhuyou360.com';
|
|
|
|
|
|
+ const domain = 'xingyousoft.com';
|
|
const exDate = new Date();
|
|
const exDate = new Date();
|
|
exDate.setDate(exDate.getDate() + expireDate * 24 * 60 * 60 * 1000);
|
|
exDate.setDate(exDate.getDate() + expireDate * 24 * 60 * 60 * 1000);
|
|
document.cookie = cName + "=" + decodeURIComponent(value) + (expireDate == null ? "" : ";expires=" + exDate.toUTCString()) + ";path=/;domain=" + domain;
|
|
document.cookie = cName + "=" + decodeURIComponent(value) + (expireDate == null ? "" : ";expires=" + exDate.toUTCString()) + ";path=/;domain=" + domain;
|