[F] Fix logic mistake
This commit is contained in:
@@ -74,7 +74,7 @@ export default class Navigation extends Vue
|
|||||||
this.$emit('update:activeIndex', newIndex);
|
this.$emit('update:activeIndex', newIndex);
|
||||||
|
|
||||||
// Record or not
|
// Record or not
|
||||||
if (history == null || !history) return;
|
if (history != null && !history) return;
|
||||||
|
|
||||||
// Check url
|
// Check url
|
||||||
let url = `/${newIndex}`;
|
let url = `/${newIndex}`;
|
||||||
|
|||||||
Reference in New Issue
Block a user