Merge pull request 'fix : 修改登录默认密码' (#117) from dd into master

Reviewed-on: http://git.feashow.cn/feashow/SmartOpsWeb/pulls/117
This commit is contained in:
2024-09-28 12:22:07 +00:00

View File

@@ -36,7 +36,7 @@ const router = useRouter()
const authStore = useAuthStore() const authStore = useAuthStore()
const loginForm = reactive({ const loginForm = reactive({
username: 'admin', username: 'admin',
password: 'qwe123', password: '123456',
code: '', code: '',
uuid: '' uuid: ''
}) })