Authored by 周少峰

Merge branch 'feature/extWord'

... ... @@ -11,6 +11,9 @@ const sortBrands = (brands) => {
let number = /^[\d]*$/;
_.forEach(_.get(brands, 'data'), (val, key) => {
if (+val.status === 0) {
return;
}
let brand = {id: val.id, brandName: val.brand_name};
if (number.test(val.brand_alif)) {
... ...
... ... @@ -36,7 +36,7 @@ const defaults = {
user: 'yh_test',
password: 'yh_test',
port: '3306',
database: 'yh_seo'
database: 'yoho_seo'
},
domains: {
// test3
... ... @@ -108,7 +108,7 @@ const specific = {
user: 'yoho_seo_user',
password: 'eRUWnPm6nqWT',
port: '3306',
database: 'yh_seo',
database: 'yoho_seo',
},
domains: {
singleApi: 'http://single.yoho.cn/',
... ...