src/pages/repository/repository.vue
@@ -286,7 +286,7 @@ if (index == 1) { console.log('跳转关系地图'); uni.navigateTo({ url: '/pages/characterRelation/characterRelation' url: '/pages/character/index' }) } else if (index == 2) { uni.navigateTo({ @@ -301,7 +301,7 @@ }, // 返回上一页 goBack() { uni.navigateBack(); this.$router.go(-1); }, // 返回顶部 scrollToTop() {