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 @@
- 官方网站模板后台管理平台
+ 阿尔文Unity资源分享网站后台管理
@@ -61,7 +61,7 @@
- ©版权归xxx公司所有
+ ©版权归阿尔文游戏有限公司所有
@@ -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
),
)
);