修改登录传参问题,修改打包代码增加;

This commit is contained in:
2024-12-19 13:44:31 +08:00
parent 0b66bd6441
commit f4100156dd
2 changed files with 18 additions and 18 deletions

View File

@@ -260,7 +260,7 @@ export default {
url: this.$http.adornUrl("sys/login"),
method: "post",
data: this.$http.adornData({
userName: this.dataForm.userName,
username: this.dataForm.userName,
password: this.dataForm.password,
uuid: this.dataForm.uuid,
captcha: this.dataForm.captcha,