Authored by ccbikai

移除 yohobuy 信息

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