Authored by shuaiguo

feat(首页): 移除boys

... ... @@ -2,7 +2,7 @@
<div class="home-page yoho-page brands" data-page="brands">
{{# brands}}
<div class="sit-nav">
<a href="#">BOYS首页</a><span class="sep">></span><a href="#">品牌一览</a>
<a href="#">首页</a><span class="sep">></span><a href="#">品牌一览</a>
</div>
<div class="brands-tabs height-initial">
<ul class="clearfix">
... ...
{
"name": "yohobuy-node",
"version": "6.10.3",
"version": "6.10.4",
"private": true,
"description": "A New Yohobuy Project With Express",
"repository": {
... ...
... ... @@ -4,7 +4,7 @@ module.exports = function() {
var _channel = { // eslint-disable-line
boys: {
url: '//www.yohobuy.com',
name: 'BOYS首页'
name: '首页'
},
girls: {
url: '//new.yohobuy.com/woman',
... ...