Administrator
2022-01-05 dcae66557a69a9158132959c2c2f56ab4692d99e
src/page/login/userlogin.vue
@@ -111,6 +111,7 @@
        //预加载白色背景
        image:
          "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
        loginType: 1,
      },
      loginRules: {
        tenantId: [
@@ -161,6 +162,7 @@
            text: "登录中,请稍后。。。",
            spinner: "el-icon-loading",
          });
          console.log(this.loginForm,123456);
          this.$store
            .dispatch("LoginByUsername", this.loginForm)
            .then(() => {