Browse Source

repos square

repo-square
chenshihai 2 years ago
parent
commit
1bfd94540f
2 changed files with 10 additions and 0 deletions
  1. +5
    -0
      web_src/vuepages/pages/repos/search/index.vue
  2. +5
    -0
      web_src/vuepages/pages/repos/square/index.vue

+ 5
- 0
web_src/vuepages/pages/repos/search/index.vue View File

@@ -102,6 +102,11 @@ export default {
});
this.$refs.reposListRef.search();
});
window.addEventListener('pageshow', function (e) {
if (e.persisted) {
window.location.reload();
}
}, false);
},
beforeDestroy() { },
};


+ 5
- 0
web_src/vuepages/pages/repos/square/index.vue View File

@@ -118,6 +118,11 @@ export default {
});
this.$refs.reposListRef.search();
});
window.addEventListener('pageshow', function (e) {
if (e.persisted) {
window.location.reload();
}
}, false);
},
beforeDestroy() { },
};


Loading…
Cancel
Save