...
|
...
|
@@ -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;
|
|
|
}
|
...
|
...
|
|