fix : 修改登录默认账号

This commit is contained in:
2024-09-30 15:27:13 +08:00
parent 7b9d7ed741
commit 44e3679787

View File

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