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