疯狂的狮子li
2023-03-02 11e4b563130ed405c52f48489c38f52c0804a64d
ruoyi-ui/src/views/login.vue
@@ -138,6 +138,9 @@
    getTenantList() {
      tenantList().then(res => {
        this.tenantList = res.data;
        if (this.tenantList != null && this.tenantList.length !== 0) {
          this.loginForm.tenantId = this.tenantList[0].tenantId;
        }
      });
    },
    getCookie() {