File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/reactant-share/src/modules Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -598,7 +598,7 @@ class ReactantRouter extends BaseReactantRouter {
598598 targetRouter . location . pathname ,
599599 targetRouter . location . state ,
600600 ] ,
601- action : 'replace ' ,
601+ action : 'push ' ,
602602 name : this . portDetector . name ,
603603 } ,
604604 ]
@@ -642,7 +642,7 @@ class ReactantRouter extends BaseReactantRouter {
642642 previousRouter . location . pathname ,
643643 previousRouter . location . state ,
644644 ] ,
645- action : 'replace ' ,
645+ action : 'push ' ,
646646 name : this . portDetector . name ,
647647 } ,
648648 ]
@@ -674,7 +674,7 @@ class ReactantRouter extends BaseReactantRouter {
674674 [
675675 {
676676 args : [ nextRouter . location . pathname , nextRouter . location . state ] ,
677- action : 'replace ' ,
677+ action : 'push ' ,
678678 name : this . portDetector . name ,
679679 } ,
680680 ]
You can’t perform that action at this time.
0 commit comments