Merge pull request 'fix : 修改登录默认账号' (#125) from dd into master

Reviewed-on: http://git.feashow.cn/feashow/SmartOpsWeb/pulls/125
This commit is contained in:
2024-09-30 07:27:31 +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: ''
})