MrShi
2025-08-19 30e858fa504b268b9b436afca0a1259cf6e8c488
admin/src/views/login.vue
@@ -58,7 +58,7 @@
        password: this.password,
        code: this.captcha.value.trim(),
        uuid: this.captcha.uuid
      })
      },true)
        .then(() => {
          window.location.href = process.env.VUE_APP_CONTEXT_PATH
        })
@@ -124,7 +124,7 @@
  display: flex;
  width: 100%;
  height: 100vh;
  background-image: url("../assets/images/login.jpg");
  background-image: url("../assets/images/login.png");
  background-repeat: no-repeat;
  background-size: auto 180%;
  background-clip: content-box;
@@ -141,10 +141,10 @@
    flex-direction: column;
    justify-content: center;
    h2 {
      font-size:34px;
      font-size:44px;
      font-style: italic;
      font-weight: 900;
      margin-top: 50px;
      margin-top: 0px;
    }
    h3 {
      font-size: 49px;