Skip to content

Commit

Permalink
fix: add set 房间ID
Browse files Browse the repository at this point in the history
  • Loading branch information
halwu(吴浩麟) committed May 30, 2017
1 parent de6eb5f commit c60ffc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/live/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import { FlvSupport } from '../support';
import '../index.scss';

const LS_KEY = 'reflv-live-state';
// export const HOST = 'wuhaolin.cn';
export const HOST = 'localhost';
export const HOST = 'wuhaolin.cn';
// export const HOST = 'localhost';

class ROOT extends PureComponent {

Expand Down

0 comments on commit c60ffc7

Please sign in to comment.