From 696c62b5bc19065fdc3632f7c2daf7360992a183 Mon Sep 17 00:00:00 2001 From: 张钢 <floatgang@163.com> Date: 星期五, 23 八月 2024 13:34:40 +0800 Subject: [PATCH] 修改apk下载链接的域名 --- ruoyi-ui/src/views/login.vue | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ruoyi-ui/src/views/login.vue b/ruoyi-ui/src/views/login.vue index 30ca632..6f1d9ef 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; @@ -117,7 +117,7 @@ <span v-if="!loading" style="width: 97px;height: 62px;">鐧诲綍</span> <span v-else>鐧� 褰� 涓�...</span> </el-button> - <a href="https://47.93.189.255:8080/profile/upload/2023/10/10/Bendudu20231010_20231010203358A033.apk">鐐瑰嚮姝ゅ涓嬭浇搴旂敤绋嬪簭</a> + <a href="https://www.bendudu.com:8080/profile/upload/2023/10/10/Bendudu20231010_20231010203358A033.apk">鐐瑰嚮姝ゅ涓嬭浇搴旂敤绋嬪簭</a> <div style="float: right; height:94px;" v-if="register"> <router-link class="link-type" :to="'/register'">绔嬪嵆娉ㄥ唽</router-link> @@ -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