Authored by ccbikai(👎🏻🍜)

Merge branch 'master' of git.yoho.cn:fe/yohobuywap-node

... ... @@ -68,7 +68,7 @@ module.exports = {
port: '4444' // influxdb port
},
console: {
level: 'debug',
level: 'error',
colorize: 'all',
prettyPrint: true
}
... ...
... ... @@ -7,6 +7,8 @@
"exec_mode": "cluster",
"merge_logs": true,
"log_date_format": "YYYY-MM-DD HH:mm Z",
"out_file": "/Data/logs/",
"error_file": "/Data/logs",
"env": {
"TZ": "Asia/Shanghai",
"PORT": 6001
... ...
... ... @@ -6,7 +6,6 @@
background: #fff;
box-sizing: border-box;
overflow: hidden;
background: #fff;
margin-bottom: 30px;
li {
... ... @@ -33,6 +32,7 @@
.shop-area {
background: #fff;
border-bottom: 1px solid #e0e0e0;
min-width: 750px;
}
}
... ...