Authored by 周少峰

del package lock

... ... @@ -151,3 +151,4 @@ library
Procfile
.env
.package-lock
package-lock.json
... ...
... ... @@ -158,10 +158,10 @@ const getSubNavGroup = (data, type) => {
obj.isHot = item.is_hot === 'Y' ? true : false;
obj.isNew = item.is_new === 'Y' ? true : false;
// if (item.sub) {
// obj.thirdNav = getThirdNav(item.sub);
// obj.imgCode = item.content_code;
// }
if (item.sub) {
obj.thirdNav = getThirdNav(item.sub);
obj.imgCode = item.content_code;
}
subNav.push(obj);
});
... ...
This diff could not be displayed because it is too large.
... ... @@ -33,6 +33,7 @@
"cookie-parser": "^1.4.3",
"csurf": "^1.9.0",
"express": "^4.13.1",
"handlebars": "4.0.5",
"lodash": "^4.13.1",
"md5": "^2.1.0",
"moment": "^2.14.1",
... ... @@ -68,9 +69,9 @@
"eslint-config-yoho": "^1.0.1",
"eslint-loader": "^1.6.3",
"extract-text-webpack-plugin": "^2.1.0",
"happypack": "^3.0.3",
"handlebars": "4.0.5",
"handlebars-loader": "^1.4.0",
"happypack": "^3.0.3",
"husky": "^0.11.4",
"jquery-ui": "^1.12.1",
"nodemon": "1.9.2",
... ... @@ -85,6 +86,7 @@
"postcss-opacity": "^4.0.0",
"postcss-position": "^0.5.0",
"postcss-pxtorem": "^4.0.0",
"postcss-scss": "^1.0.2",
"postcss-short": "^3.0.3",
"postcss-sprites": "^4.2.0",
"postcss-use": "^2.3.0",
... ... @@ -94,8 +96,8 @@
"style-loader": "^0.16.0",
"stylelint": "^7.9.0",
"stylelint-config-yoho": "^1.2.8",
"stylelint-webpack-plugin": "^0.7.0",
"stylelint-formatter-table": "^1.0.3",
"stylelint-webpack-plugin": "^0.7.0",
"webpack": "^2.3.1",
"webpack-dev-server": "^2.4.2",
"yoho-eventproxy": "^0.3.6",
... ...