Commit eaf7232f by 李伟超(前端)

cookie 调整

1 parent c3c0272e
Showing with 1 additions and 6 deletions
This diff could not be displayed because it is too large.
...@@ -49,10 +49,5 @@ export function getCookie(cookie) { ...@@ -49,10 +49,5 @@ export function getCookie(cookie) {
} }
export function removeCookie(cookie) { export function removeCookie(cookie) {
Cookies.remove(cookie_pre + cookie, { domain: '.ledianyun.com' }); Cookies.remove(cookie_pre + cookie, { domain: '.kuaidi.ledianyun.com' });
// Cookies.remove(cookie_pre + 'userInfo', { domain: '.ledianyun.com' });
// Cookies.remove(cookie_pre + 'mallToken', { domain: '.ledianyun.com' });
// Cookies.remove(cookie_pre + 'storeMallRoles', { domain: '.ledianyun.com' });
// Cookies.remove(cookie_pre + 'mallInfo', { domain: '.ledianyun.com' });
// Cookies.remove(cookie_pre + 'storeMallInfo', { domain: '.ledianyun.com' });
} }
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!