feige
2023-12-05 d80a5794d029c8a5fe58a80464ab0e1ae097c87c
ruoyi-ui/src/views/login.vue
@@ -183,7 +183,9 @@
  },
  methods: {
    getCode() {
      getCodeImg().then(res => {
        this.captchaEnabled = res.data.captchaEnabled === undefined ? true : res.captchaEnabled;
        if (this.captchaEnabled) {
          this.codeUrl = "data:image/gif;base64," + res.data.img;
@@ -247,7 +249,7 @@
  align-items: center;
  height: 100%;
  width:  100%;
  background: no-repeat center/40% url("../assets/images/Group 221.png");
  background: no-repeat center/40% url("../assets/images/login_logo.png");
  background-color: #FEF7FC;
  background-position: 183px 145px;