diff --git a/.env b/.env index a6c040a..40e17b5 100644 --- a/.env +++ b/.env @@ -1,6 +1,6 @@ # 后台接口地址(仅开发/预览环境生效) -VITE_PROXY_API=http://localhost/zhiyun/.New/mr_web/mr_web_api/public/admin.php/ +VITE_PROXY_API=http://localhost/Aerwen/aerwen_web/aerwen_web_api/public/admin.php/ # 后台图片地址(仅开发/预览环境生效) -VITE_PROXY_UPLOADS=http://localhost/zhiyun/.New/mr_web/mr_web_api/public/uploads/ +VITE_PROXY_UPLOADS=http://localhost/Aerwen/aerwen_web/aerwen_web_api/public/uploads/ # 后台富文本上传地址(仅开发/预览环境生效) VITE_PROXY_RICHTEXT=http://localhost:3000/api/ \ No newline at end of file diff --git a/index.html b/index.html index f6cbb02..5647b97 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ - 米尔科技后台管理系统 + 阿尔文科技后台管理系统 - + @@ -139,6 +139,7 @@ body { #logo span{ font-size: 20px; font-weight: bold; + margin-left: 15px; } @@ -170,8 +171,9 @@ body { // justify-content: space-around; height: 70px; text-align: center; - background-color: #109dea; // 头部logo背景色 - // background-color: #2b333e; //默认 + // background-color: #FFFFFF; // 头部logo背景色 + // box-shadow: 1px 1px 20px 0px #f1f1f1; + background-color: #2b333e; //默认 cursor: pointer; color: white; z-index: 99; diff --git a/src/pages/login.vue b/src/pages/login.vue index 338147c..45184e6 100644 --- a/src/pages/login.vue +++ b/src/pages/login.vue @@ -29,7 +29,7 @@
- 米尔科技后台管理平台 + 阿尔文科技后台管理平台