我先设置一个cookie,currentGlobalStyle = true;document.cookie = 'currentGlobalStyle=true';现在的输出结果是:login_region="http://192.168.6.85:5000/v2.0"; scope=system_admin; recent_project=123; currentGlobalStyle=true; csrftoken=123当我退出登录,或者执行某个方法时,如何将currentGlobalStyle改为false。
添加回答
举报
0/150
提交
取消