Authored by ccbikai

移除 yohobuy 信息

... ... @@ -70,7 +70,7 @@ module.exports = {
if (isProduction) {
Object.assign(module.exports, {
appName: 'm.yohobuy.com',
appName: 'm.yohoblk.com',
domains: {
api: 'http://api.yoho.yohoops.org/',
service: 'http://service.yoho.yohoops.org/'
... ... @@ -87,7 +87,7 @@ if (isProduction) {
});
} else if (isTest) {
Object.assign(module.exports, {
appName: 'm.yohobuy.com for test',
appName: 'm.yohoblk.com for test',
domains: {
api: 'http://testapi.yoho.cn:28078/',
service: 'http://testservice.yoho.cn:28077/'
... ...
... ... @@ -23,6 +23,7 @@ shelljs.ls(path.join(__dirname, 'js/**/*.page.js')).forEach((f) => {
entries[`${dir[0]}.${dir[1].match(/(.*).page.js/)[1]}`] = `./js/${dir.join('/')}`;
entries.libs = [
'yoho-jquery',
'yoho-vue',
'yoho-fastclick',
'yoho-iscroll',
'yoho-jquery-lazyload',
... ...