ok
This commit is contained in:
parent
5185cdcaa5
commit
245d55e0ad
@ -414,7 +414,7 @@
|
|||||||
beforeNavigate((n) => {
|
beforeNavigate((n) => {
|
||||||
if (fade == false && !!n.to?.url) {
|
if (fade == false && !!n.to?.url) {
|
||||||
fade = true;
|
fade = true;
|
||||||
n.cancel();
|
//n.cancel();
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
if (!!n.to?.url) {
|
if (!!n.to?.url) {
|
||||||
goto(n.to?.url);
|
goto(n.to?.url);
|
||||||
|
Loading…
Reference in New Issue
Block a user