Authored by 于良

删除log review by 阿瑟

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