Commit 1a328d61 authored by 邓晓峰's avatar 邓晓峰

fix: 修复退出登录

parent e21cdff1
Pipeline #39156 passed with stages
in 13 minutes 48 seconds
...@@ -757,7 +757,7 @@ class Login { ...@@ -757,7 +757,7 @@ class Login {
Cookies.set('city', self.globalConfig.client) Cookies.set('city', self.globalConfig.client)
} }
if (isRememberPWD) { if (isRememberPWD) {
Cookies.set(self.globalConfig.client, token, { Cookies.set('city', self.globalConfig.client, {
expires: exp / (24 * 60 * 60 * 1000), expires: exp / (24 * 60 * 60 * 1000),
path: '/', path: '/',
}); });
......
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