Authored by 于良

删除log review by 阿瑟

... ... @@ -178,7 +178,7 @@ export function setChannel(channel) {
export function goAction(inputUrl) {
return (dispatch, getState) => {
let json = new RouterService().parseUrl(inputUrl);
console.log(json);
if (json === null || !json.action || !json.params) {
return;
}
... ...