mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-10 11:26:49 +08:00
外链视图
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
LEARN,
|
||||
NOLOGINURL
|
||||
} from "@/api/api";
|
||||
import {ref,computed} from "vue";
|
||||
import {ref,computed,onMounted} from "vue";
|
||||
import {useRoute,useRouter} from "vue-router/dist/vue-router";
|
||||
import {useTaskPage} from "@/api/useCommon";
|
||||
import { useStore } from "vuex";
|
||||
@@ -106,7 +106,9 @@
|
||||
}).catch(err=>{
|
||||
console.log(err)
|
||||
});
|
||||
|
||||
onMounted(()=>{
|
||||
window.scrollTo(0, 0);
|
||||
})
|
||||
|
||||
|
||||
// 查看外链
|
||||
|
||||
Reference in New Issue
Block a user