zhanghua
2022-11-04 7cf8c1c27ded519cde2e0c3b0099a6a00dabcd9c
src/views/login/index.vue
@@ -118,6 +118,7 @@
    handleLogin() {
      const { username, password } = this.loginForm;
      const that = this;
      console.log(this.login);
      this.$axios
        .post("sccg/admin/login", {
          password,