Browse Source

高危漏洞

dev
dai 3 years ago
parent
commit
4a13b5966d
  1. 1
      epmet-oper-web/src/views/pages/login.vue

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

@ -162,6 +162,7 @@ export default {
this.$refs['dataForm'].validate((valid, messageObj) => { this.$refs['dataForm'].validate((valid, messageObj) => {
if (!valid) { if (!valid) {
app.util.validateRule(messageObj) app.util.validateRule(messageObj)
return
} }
const { pubKey } = this const { pubKey } = this
this.$http this.$http

Loading…
Cancel
Save