fix : 修改命名规范

This commit is contained in:
2024-09-16 14:34:24 +08:00
parent 3882fa4ed5
commit 4192064e3f
2 changed files with 11 additions and 13 deletions

View File

@@ -28,7 +28,7 @@
<script setup>
import { useRouter } from 'vue-router';
import { getCodeImg } from '../../api/login';
import { getCodeImg } from '@/api/login';
import { useAuthStore } from '@/stores/userstore'
import { ElLoading } from 'element-plus'
import { User,Lock, Key } from '@element-plus/icons-vue'
@@ -85,6 +85,7 @@ const handleLogin = (instance) => {
getCode()
onBeforeUnmount(() => {
getCode()
ElLoading.service({
lock: true,
text: '登录中...',