吴sir 4 miesięcy temu
rodzic
commit
fefe2d9583
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      src/views/login/login-form.vue

+ 1 - 2
src/views/login/login-form.vue

@@ -42,7 +42,6 @@ import {loginApi} from "@/api/path/login.api"
 import {useSystemStore} from "@/store/modules/systemStore"
 import {useRouter} from 'vue-router'
 import {updateRouteByMenu} from '@/router/router.update'
-import {dictionaryDeleteAll, dictionaryList} from "@/api/path/dict"
 
 const router = useRouter()
 const formData = ref({
@@ -79,7 +78,7 @@ const handleSubmit = async () => {
   router.push({
     path: "/",
   })
-  
+
 }
 
 const setRememberPassword = (e) => {