修改登录传参问题,修改打包代码增加;
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user