YM
2024-04-30 f4c14c24cb6cf1ed1c09cab760f6b9c8381df557
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() {