src/views/dnc/base/OperatorLogin.vue
@@ -46,10 +46,6 @@
          <a-button type="primary" size="large" block :loading="loading" @click="handleLogin">登录</a-button>
        </a-form-model>
        <!--<div class="footer">-->
        <!--<a @click="handleRegister">注册账号</a>-->
        <!--<a @click="handleForget">忘记密码</a>-->
        <!--</div>-->
      </a-card>
    </div>
  </div>
@@ -97,6 +93,7 @@
            else this.$refs.form.clearValidate('workNo')
            console.log('登录信息:', this.model)
            this.model.loginType = 'terminal'
            this.Login(this.model)
              .then((res) => {
@@ -191,13 +188,6 @@
          callback()
        }
      }
      // handleRegister() {
      //   this.$router.push('/register')
      // },
      // handleForget() {
      //   this.$message.info('请联系管理员重置密码')
      // }
    }
  }
</script>
@@ -209,7 +199,7 @@
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url('../../../assets/operator-login-bg.png') no-repeat center;
    url('../../../assets/terminal/login-bg.jpg') no-repeat center;
    background-size: cover;
    .login-container {