“dzb”
2022-09-27 7991973cf4c25527e227b80192e0bd087cfcee58
src/views/login/index.vue
@@ -109,7 +109,6 @@
    },
    ...mapActions(["login"]),
    handleLogin() {
      console.log("in login");
      const { username, password } = this.loginForm;
      const that = this;
      this.$axios