From dd44481dda59998032cafca95fcb23b647c3eaf1 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Mon, 22 Dec 2025 23:49:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=95=8C=E9=9D=A2=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.production | 2 +- .gitignore | 1 + .idea/workspace.xml | 19 ++- LICENSE | 2 +- index.html | 2 +- package.json | 2 +- src/layout/components/Sidebar/Logo.vue | 2 +- src/views/index.vue | 163 +++---------------------- src/views/login.vue | 4 +- 10 files changed, 36 insertions(+), 163 deletions(-) diff --git a/.env.development b/.env.development index 14e1335..eb53d27 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = RuoYi-Vue-Plus多租户管理系统 +VITE_APP_TITLE = 智聪科技多租户管理系统 # 开发环境配置 VITE_APP_ENV = 'development' diff --git a/.env.production b/.env.production index 1109bc6..76e7642 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = RuoYi-Vue-Plus多租户管理系统 +VITE_APP_TITLE = 智聪科技多租户管理系统 # 生产环境配置 VITE_APP_ENV = 'production' diff --git a/.gitignore b/.gitignore index a19f004..a1e69e3 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ docs/_book # TODO: where does this rule come from? test/ +/node_modules/ diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 0a71c22..6850def 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,9 +1,7 @@ - - - + @@ -70,6 +76,7 @@ - \ No newline at end of file diff --git a/LICENSE b/LICENSE index 32b3071..d398b6b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2019 RuoYi-Vue-Plus +Copyright (c) 2019 智聪科技 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/index.html b/index.html index aa1c86d..4312878 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ - RuoYi-Vue-Plus多租户管理系统 + 智聪科技多租户管理系统 @@ -236,7 +236,7 @@ onMounted(() => { justify-content: center; align-items: center; height: 100%; - background-image: url('../assets/images/login-background.jpg'); + background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); background-size: cover; }