疯狂的狮子Li
2023-02-18 e7dc439ed3c755282bcd766aed05dc3b6c10f6e5
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() {