diff --git a/layouts/searchForm.vue b/layouts/searchForm.vue index 5406a9df..6a0f8e4f 100644 --- a/layouts/searchForm.vue +++ b/layouts/searchForm.vue @@ -60,7 +60,7 @@ export default { this.$router.push(Common.methods.doc_action_link(this.searchText, 'w')); }, onClickRandom() { - this.$router.push('/RandomPage'); + this.$router.push('/Random'); } }, watch: {