From e27c8f86644e4830716e6da84178dd3284a40372 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?halwu=28=E5=90=B4=E6=B5=A9=E9=BA=9F=29?= Date: Fri, 2 Jun 2017 16:43:59 +0800 Subject: [PATCH] fix: wuhaolin.cn to live.wuhaolin.cn --- doc/live/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/live/index.js b/doc/live/index.js index 5a4f33d..f247788 100644 --- a/doc/live/index.js +++ b/doc/live/index.js @@ -8,7 +8,7 @@ import { RTMP } from './rtmp'; import { FlvSupport } from '../support'; import '../index.scss'; -export const HOST = process.env.NODE_ENV === 'production' ? 'wuhaolin.cn' : 'localhost'; +export const HOST = process.env.NODE_ENV === 'production' ? 'live.wuhaolin.cn' : 'localhost'; const LS_KEY = 'reflv-live-state'; class ROOT extends PureComponent {