|
@@ -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) => {
|