Browse Source

参数调整

dev
jianjun 5 years ago
parent
commit
9a5386df85
  1. 2
      epmet-oper-web/src/views/pages/loginWork.vue

2
epmet-oper-web/src/views/pages/loginWork.vue

@ -286,7 +286,7 @@ export default {
let param = {};
Object.assign(param,this.dataForm);
param.password = this.encryptedData(this.pubKey, this.dataForm.password);
this.$http.post(url, this.dataForm).then(({data: res}) => {
this.$http.post(url, param).then(({data: res}) => {
if (res.code !== 0) {
this.getCaptcha()
return this.$message.error(res.msg)

Loading…
Cancel
Save