登录加参数
This commit is contained in:
parent
4da294d37a
commit
bb8560eb45
@ -35,6 +35,7 @@ const submitForm = async (formEl: FormInstance | undefined) => {
|
||||
await formEl.validate((valid, fields) => {
|
||||
if (valid) {
|
||||
const params = {
|
||||
appid:props.id,
|
||||
username: form.value.username,
|
||||
password: form.value.password
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user