|
@@ -76,6 +76,7 @@ import { debounce } from "@/libs/tools"
|
|
|
import { getLessonCoursewareSubjectList_gym, queryPageSubject_klx } from "@/api/cloudTextbooks.api"
|
|
|
import { httpAjax } from "@/plugin/httpAjax"
|
|
|
import myInput from "@/components/myInput"
|
|
|
+import { handleFullscreen } from "@/libs/fullscreen"
|
|
|
|
|
|
const userStoreHook = userStore()
|
|
|
const { handleGetList, listData, loading, albumId, albumOpt, handleListQuery } = useDataList()
|
|
@@ -93,6 +94,8 @@ const classType = ref("")
|
|
|
const classTypeOpt = shallowRef<{ value: string; label: string }[]>([])
|
|
|
const queryStr = ref("")
|
|
|
|
|
|
+// 全屏显示
|
|
|
+handleFullscreen(true, false)
|
|
|
handleGetClassTypeOpt()
|
|
|
handleGetList()
|
|
|
|