lixuliang
2024-08-29 669a325fc5cb1e9fcfdc2d2f8642763966338cd0
se-ui/src/views/login.vue
@@ -57,8 +57,8 @@
    return {
      codeUrl: "",
      loginForm: {
        username: "admin",
        password: "admin123",
        username: "",
        password: "",
        rememberMe: false,
        code: "",
        uuid: ""
@@ -89,7 +89,7 @@
    }
  },
  created() {
    // this.getCode();
    this.getCode();
    this.getCookie();
  },
  methods: {