Ly 1 week ago
parent 8e3fd3a7c8
commit f5b55dc00e
  1. 4
      src/views/resultsAnnounced/index.vue

@ -81,7 +81,7 @@ const emit = defineEmits(['recreate']);
// //
const Study =()=>{ const Study =()=>{
router.push('/studyPage') router.push('/knowledgePage')
} }
// //
@ -93,7 +93,7 @@ const Recreate=()=>{
// //
const router = useRouter(); const router = useRouter();
const Back =()=>{ const Back =()=>{
router.push('/spacePage'); // router.push('/studyPage'); //
} }
</script> </script>

Loading…
Cancel
Save