fix : 清空默认登录账号

This commit is contained in:
2024-09-30 15:28:55 +08:00
parent 44e3679787
commit 64c86783be

View File

@@ -35,8 +35,10 @@ import { User,Lock, Key } from '@element-plus/icons-vue'
const router = useRouter()
const authStore = useAuthStore()
const loginForm = reactive({
username: 'voice',
password: 'voice@123',
username: '',
password: '',
// username: 'admin',
// password: '123456',
code: '',
uuid: ''
})