From e8486d4c260251c10c842d7b01ae24c082534595 Mon Sep 17 00:00:00 2001 From: fengyang_sy Date: Thu, 12 Oct 2023 15:44:23 +0800 Subject: [PATCH] [#issue-567]Routing error returning to the network list page from the new network page Routing error returning to the network list page from the new network page Signed-off-by: fengyang_sy --- src/dashboard/src/pages/Network/newNetwork.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dashboard/src/pages/Network/newNetwork.js b/src/dashboard/src/pages/Network/newNetwork.js index 8d80a7dc0..9bd6eab05 100755 --- a/src/dashboard/src/pages/Network/newNetwork.js +++ b/src/dashboard/src/pages/Network/newNetwork.js @@ -14,7 +14,7 @@ const { Option } = Select; })) class CreateNetwork extends React.Component { clickCancel = () => { - history.push('/operator/network'); + history.push('/network'); }; submitCallback = data => { @@ -31,7 +31,7 @@ class CreateNetwork extends React.Component { } ) ); - history.push('/operator/network'); + history.push('/network'); } else { message.error( intl.formatMessage(