13693261870
2 天以前 9b5661ebf15f5536748849493cb8b65a6c3644dd
se-ui/src/views/login.vue
@@ -89,11 +89,11 @@
    }
  },
  created() {
    this.getCode();
    // this.getCode();
    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");