Authored by 李奇

cors域名修改

@@ -24,7 +24,7 @@ module.exports = { @@ -24,7 +24,7 @@ module.exports = {
24 corsAllowOrigin: [ 24 corsAllowOrigin: [
25 'http://localhost:8081', 25 'http://localhost:8081',
26 'http://localhost:63342', 26 'http://localhost:63342',
27 - 'http://feature.yoho.cn' 27 + 'http://huodong.yoho.cn'
28 ], 28 ],
29 useCache: false, 29 useCache: false,
30 memcache: { 30 memcache: {
@@ -93,6 +93,7 @@ if (isProduction) { @@ -93,6 +93,7 @@ if (isProduction) {
93 'https://ad.yoho.cn', 93 'https://ad.yoho.cn',
94 'http://feature.yoho.cn', 94 'http://feature.yoho.cn',
95 'https://feature.yoho.cn', 95 'https://feature.yoho.cn',
  96 + 'http://huodong.yoho.cn',
96 'https://huodong.yoho.cn' 97 'https://huodong.yoho.cn'
97 ], 98 ],
98 memcache: { 99 memcache: {