up
This commit is contained in:
@ -77,10 +77,14 @@ import { getCodeImg } from '@/api/login';
|
||||
import Cookies from 'js-cookie';
|
||||
import { encrypt, decrypt } from '@/utils/jsencrypt';
|
||||
import useUserStore from '@/store/modules/user';
|
||||
import { useRoute } from 'vue-router';
|
||||
const Route = useRoute();
|
||||
console.log(Route.path);
|
||||
|
||||
const userStore = useUserStore();
|
||||
const router = useRouter();
|
||||
const { proxy } = getCurrentInstance();
|
||||
|
||||
|
||||
const loginForm = ref({
|
||||
username: 'admin',
|
||||
|
Reference in New Issue
Block a user