...
|
...
|
@@ -121,7 +121,6 @@ |
121
|
121
|
isClickGo.value = false;
|
122
|
122
|
return;
|
123
|
123
|
}
|
124
|
|
- console.log(route);
|
125
|
124
|
|
126
|
125
|
let { flag, path } = useMenuActiveFix(route || unref(currentRoute));
|
127
|
126
|
path = flag ? path : (route || unref(currentRoute)).path;
|
...
|
...
|
|