Authored by zhangxiaoru

引入样式

@@ -78,7 +78,6 @@ const _getShareData = (id) => { @@ -78,7 +78,6 @@ const _getShareData = (id) => {
78 return serviceAPI.get('guang/api/v6/share/guang', { 78 return serviceAPI.get('guang/api/v6/share/guang', {
79 id: id 79 id: id
80 }).then(result => { 80 }).then(result => {
81 -  
82 if (result && result.code === 200) { 81 if (result && result.code === 200) {
83 82
84 return result.data; 83 return result.data;
@@ -21,10 +21,10 @@ module.exports = { @@ -21,10 +21,10 @@ module.exports = {
21 // liveApi: 'http://api.live.yoho.cn/', 21 // liveApi: 'http://api.live.yoho.cn/',
22 // singleApi: 'http://single.yoho.cn/' 22 // singleApi: 'http://single.yoho.cn/'
23 23
24 - // api: 'http://api-test3.yohops.com:9999/',  
25 - // service: 'http://service-test3.yohops.com:9999/',  
26 - // liveApi: 'http://testapi.live.yohops.com:9999/',  
27 - // singleApi: 'http://api-test3.yohops.com:9999/' 24 + api: 'http://api-test3.yohops.com:9999/',
  25 + service: 'http://service-test3.yohops.com:9999/',
  26 + liveApi: 'http://testapi.live.yohops.com:9999/',
  27 + singleApi: 'http://api-test3.yohops.com:9999/'
28 28
29 // favApi: 'http://192.168.102.31:8092/brower', 29 // favApi: 'http://192.168.102.31:8092/brower',
30 // api: 'http://192.168.102.205:8080/gateway/', 30 // api: 'http://192.168.102.205:8080/gateway/',
@@ -36,10 +36,10 @@ module.exports = { @@ -36,10 +36,10 @@ module.exports = {
36 // liveApi: 'http://api.live.yoho.cn/', 36 // liveApi: 'http://api.live.yoho.cn/',
37 // singleApi: 'http://single.yoho.cn/' 37 // singleApi: 'http://single.yoho.cn/'
38 38
39 - api: 'http://dev-api.yohops.com:9999/',  
40 - service: 'http://dev-service.yohops.com:9999/',  
41 - liveApi: 'http://testapi.live.yohops.com:9999/',  
42 - singleApi: 'http://api-test1.yohops.com:9999/' 39 + // api: 'http://dev-api.yohops.com:9999/',
  40 + // service: 'http://dev-service.yohops.com:9999/',
  41 + // liveApi: 'http://testapi.live.yohops.com:9999/',
  42 + // singleApi: 'http://api-test1.yohops.com:9999/'
43 }, 43 },
44 subDomains: { 44 subDomains: {
45 host: '.m.yohobuy.com', 45 host: '.m.yohobuy.com',
@@ -5,3 +5,5 @@ @@ -5,3 +5,5 @@
5 5
6 @import "_detail.css"; 6 @import "_detail.css";
7 @import "_tvls.css"; 7 @import "_tvls.css";
  8 +
  9 +@import "../channel/_side-nav.css";