ruoyi-ui/src/views/login.vue
@@ -67,7 +67,7 @@ </el-form> <!-- 底部 --> <div class="el-login-footer"> <span>Copyright © 2018-2022 ruoyi.vip All Rights Reserved.</span> <span>Copyright © 2018-2023 ruoyi.vip All Rights Reserved.</span> </div> </div> </template> @@ -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() {