From 6a33216302b27ecd657e8e53b12286518a56d1a8 Mon Sep 17 00:00:00 2001 From: yz3456 <2753272399@qq.com> Date: 星期一, 13 五月 2024 17:28:51 +0800 Subject: [PATCH] 会议统计图形统计 --- ruoyi-ui/src/views/login.vue | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ruoyi-ui/src/views/login.vue b/ruoyi-ui/src/views/login.vue index 30ca632..15fe9c9 100644 --- a/ruoyi-ui/src/views/login.vue +++ b/ruoyi-ui/src/views/login.vue @@ -1,7 +1,7 @@ <template> <div class="login Group_132"> <el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form" style="margin-left: 0px;margin-right: 180px;"> - <h3 class="title" style="margin-top: 80px;margin-right: 108px;margin-bottom: 0;margin-left: 109px;">娆㈣繋鏉ュ埌鏈兘閮�</h3> + <h3 class="title" style="margin-top: 80px;margin-right: 108px;margin-bottom: 0;margin-left: 109px;">鏈兘閮藉缃�</h3> <div class="second-box" style=" margin-top: 25px; margin-left: 140px; margin-right: 141px; @@ -183,7 +183,9 @@ }, methods: { getCode() { + getCodeImg().then(res => { + this.captchaEnabled = res.data.captchaEnabled === undefined ? true : res.captchaEnabled; if (this.captchaEnabled) { this.codeUrl = "data:image/gif;base64," + res.data.img; @@ -247,7 +249,7 @@ align-items: center; height: 100%; width: 100%; - background: no-repeat center/40% url("../assets/images/Group 221.png"); + background: no-repeat center/40% url("../assets/images/login_logo.png"); background-color: #FEF7FC; background-position: 183px 145px; -- Gitblit v1.9.1