Browse Source

登录接口地址改为/auth/login/operweb/loginbypassword

dev
yinzuomei 5 years ago
parent
commit
93051f3a3f
  1. 2
      epmet-oper-web/src/views/pages/login.vue

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

@ -109,7 +109,7 @@ export default {
if (!valid) {
return false
}
this.$http.post('/auth/login/loginbypassword', this.dataForm).then(({ data: res }) => {
this.$http.post('/auth/login/operweb/loginbypassword', this.dataForm).then(({ data: res }) => {
if (res.code !== 0) {
this.getCaptcha()
return this.$message.error(res.msg)

Loading…
Cancel
Save