Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
李伟超(前端)
/
guoguo_kuaidi
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit eaf7232f
authored
Oct 31, 2023
by
李伟超(前端)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cookie 调整
1 parent
c3c0272e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
6 deletions
npm-shrinkwrap.json
src/utils/cookie.js
npm-shrinkwrap.json
View file @
eaf7232
This diff could not be displayed because it is too large.
src/utils/cookie.js
View file @
eaf7232
...
...
@@ -49,10 +49,5 @@ export function getCookie(cookie) {
}
export
function
removeCookie
(
cookie
)
{
Cookies
.
remove
(
cookie_pre
+
cookie
,
{
domain
:
'.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' });
Cookies
.
remove
(
cookie_pre
+
cookie
,
{
domain
:
'.kuaidi.ledianyun.com'
});
}
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment