diff --git a/study-project-frontend/src/views/IndexView.vue b/study-project-frontend/src/views/IndexView.vue index 9187a4c..3a94bf6 100644 --- a/study-project-frontend/src/views/IndexView.vue +++ b/study-project-frontend/src/views/IndexView.vue @@ -1,9 +1,81 @@ @@ -12,6 +84,7 @@ import {get} from "@/net"; import {ElMessage} from "element-plus"; import router from "@/router"; import {useStore} from "@/stores"; +import {Document, Location, Setting, Menu as IconMenu, Search} from "@element-plus/icons-vue"; const store = useStore() @@ -25,5 +98,7 @@ const logout = () => { \ No newline at end of file