Merge pull request 'master' (#126) from master into test

Reviewed-on: http://git.feashow.cn/feashow/SmartOpsWeb/pulls/126
This commit is contained in:
2024-09-30 07:27:45 +00:00

View File

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