Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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 | } |
-
Please register or login to post a comment