lixuliang
2024-11-22 e26e02fd97880a30b48a6fe086c1b3298903b970
se-ui/src/views/login.vue
@@ -93,7 +93,7 @@
    this.getCookie();
  },
  methods: {
    // getCode() {
    getCode() {
    //   getCodeImg().then(res => {
    //     this.captchaEnabled = res.captchaEnabled === undefined ? true : res.captchaEnabled;
    //     if (this.captchaEnabled) {
@@ -101,7 +101,7 @@
    //       this.loginForm.uuid = res.uuid;
    //     }
    //   });
    // },
    },
    getCookie() {
      const username = Cookies.get("username");
      const password = Cookies.get("password");