From b54e00529a897937ed042111278d18087c278582 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Tue, 2 Dec 2025 15:34:40 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95/=E6=B3=A8=E5=86=8C=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=BA=95=E9=83=A8=E7=89=88=E6=9D=83=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BA=E8=AF=BB=E5=8F=96=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/login.vue | 6 ++++-- ruoyi-ui/src/views/register.vue | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ruoyi-ui/src/views/login.vue b/ruoyi-ui/src/views/login.vue index f979f68b..30ff921b 100644 --- a/ruoyi-ui/src/views/login.vue +++ b/ruoyi-ui/src/views/login.vue @@ -56,7 +56,7 @@ @@ -65,12 +65,14 @@ import { getCodeImg } from "@/api/login" import Cookies from "js-cookie" import { encrypt, decrypt } from '@/utils/jsencrypt' +import defaultSettings from '@/settings' export default { name: "Login", data() { return { title: process.env.VUE_APP_TITLE, + footerContent: defaultSettings.footerContent, codeUrl: "", loginForm: { username: "admin", @@ -156,7 +158,7 @@ export default { } -