From 4e270024c9eb7a4b2a44a6cb2691dbbc70f8cb37 Mon Sep 17 00:00:00 2001 From: Abbh1 <86962549+Abbh1@users.noreply.github.com> Date: Fri, 3 May 2024 18:20:04 +0800 Subject: [PATCH] =?UTF-8?q?init=20=E5=88=9D=E5=A7=8B=E5=8C=96=E7=BD=91?= =?UTF-8?q?=E7=AB=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 4 ++-- index.html | 2 +- public/favicon.ico | Bin 21238 -> 16958 bytes public/images/logo_login.png | Bin 7302 -> 15432 bytes public/logo.png | Bin 7302 -> 15432 bytes src/layout/Index.vue | 2 +- src/layout/components/Menu.vue | 2 +- .../components/AddProductTypeDialog.vue | 8 ++++---- src/pages/index/index.vue | 2 +- src/pages/login.vue | 6 +++--- src/styles/element/index.scss | 2 +- 11 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.env b/.env index eaf2521..04802b0 100644 --- a/.env +++ b/.env @@ -1,6 +1,6 @@ # 后台接口地址(仅开发/预览环境生效) -VITE_PROXY_API=http://localhost/site/site_api/public/admin.php/ +VITE_PROXY_API=http://localhost/Aerwen/aerwen_u/aerwen_u_api/public/admin.php/ # 后台图片地址(仅开发/预览环境生效) -VITE_PROXY_UPLOADS=http://localhost/site/site_api/public/uploads/ +VITE_PROXY_UPLOADS=http://localhost/Aerwen/aerwen_u/aerwen_u_api/public/uploads/ # 后台富文本上传地址(仅开发/预览环境生效) VITE_RICHTEXT_GATEWAY=http://localhost:3000/api/ \ No newline at end of file diff --git a/index.html b/index.html index b0ac27a..7e6bfc5 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ - 官方网站模板后台管理系统 + 阿尔文Unity资源分享网站后台管理系统 + --> + diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index ce35f2a..86b0549 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -29,7 +29,7 @@ height: 10px; border-radius: 50%; margin-right: 1rem; - background-color: #A72027; + background-color: #109dea; z-index: 2; } diff --git a/src/pages/login.vue b/src/pages/login.vue index a6685eb..59d83a7 100644 --- a/src/pages/login.vue +++ b/src/pages/login.vue @@ -29,7 +29,7 @@ @@ -307,7 +307,7 @@ function verify(v, t, regPool, msg) { } .login-right-title-bottom{ - background-color: #A72027 !important; + background-color: #109dea !important; } \ No newline at end of file diff --git a/src/styles/element/index.scss b/src/styles/element/index.scss index 69bfd26..734ea44 100644 --- a/src/styles/element/index.scss +++ b/src/styles/element/index.scss @@ -1,7 +1,7 @@ @forward 'element-plus/theme-chalk/src/common/var.scss' with ( $colors: ( 'primary': ( - 'base': #A72027 + 'base': #109dea ), ) );