Commit b1f45938 by 梁建民

js

parent 348c2bfb
...@@ -66,7 +66,7 @@ axios.interceptors.request.use(function (config) { ...@@ -66,7 +66,7 @@ axios.interceptors.request.use(function (config) {
//本地初始化uid //本地初始化uid
var Yo4teW_gid = Util.getCookie('Yo4teW_gid'); var Yo4teW_gid = Util.getCookie('Yo4teW_gid');
var timestmp = new Date().getTime(); var timestmp = new Date().getTime()+Math.random();
if (Yo4teW_gid == null) { if (Yo4teW_gid == null) {
var mdStr = md5(timestmp); var mdStr = md5(timestmp);
Util.setCookie('Yo4teW_gid', mdStr, 1, window.cookieHostname); Util.setCookie('Yo4teW_gid', mdStr, 1, window.cookieHostname);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment