Commit 7b4a61a0 authored by liujiangnan's avatar liujiangnan

debug

parent 2f8f2235
setInterval(() => {
console.error("================验证缓存是否被清除===================="); console.log("================验证缓存是否被清除====================");
}, 1000);
const getQueryString = function (name) { const getQueryString = function (name) {
const reg = new RegExp('(^|&)' + name + '=([^&]*)(&|$)', 'i'); const reg = new RegExp('(^|&)' + name + '=([^&]*)(&|$)', 'i');
......
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 to comment