Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
ccbikai
2016-06-30 16:58:22 +0800
Commit
61852eea9729b3bd2a1d9f58979badd01363e5af
1 parent
fceef75a
修改频道 cookie作用域
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/channel/home.js
public/js/channel/home.js
View file @
61852ee
...
...
@@ -207,7 +207,7 @@ window.reMarginFooter('.footer-tab');
exports
.
set
=
function
(
c
)
{
window
.
setCookie
(
'_Channel'
,
c
,
{
expires
:
365
,
domain
:
'.
m.
yohobuy.com'
domain
:
'.yohobuy.com'
});
};
...
...
Please
register
or
login
to post a comment