This commit is contained in:
AERWEN\26795 2023-10-31 16:55:51 +08:00
parent 6cf22acfa7
commit 4fe0244d75
8 changed files with 12 additions and 10 deletions

4
.env
View File

@ -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/

View File

@ -5,7 +5,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>米尔科技后台管理系统</title>
<title>阿尔文科技后台管理系统</title>
<!-- element css cdn, if you use custom theme, remove it. -->
<!-- <link
rel="stylesheet"

View File

@ -47,9 +47,9 @@
"less-loader": "^10.2.0",
"prettier": "^2.8.4",
"sass": "^1.58.2",
"unplugin-auto-import": "^0.6.9",
"unplugin-auto-import": "^0.16.7",
"unplugin-element-plus": "^0.3.4",
"unplugin-vue-components": "^0.17.21",
"unplugin-vue-components": "^0.25.2",
"vite": "^2.9.15",
"vite-plugin-pages": "^0.23.0",
"vue-tsc": "^0.31.4"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 93 KiB

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 93 KiB

After

Width:  |  Height:  |  Size: 39 KiB

View File

@ -5,7 +5,7 @@
</template>
<script setup>
import zhCn from 'element-plus/lib/locale/lang/zh-cn';
import zhCn from 'element-plus/es/locale/lang/zh-cn';
</script>
<style>

View File

@ -5,7 +5,7 @@
<div id="logo">
<!-- 头部Logo替换 -->
<img src="/logo.png" style="margin-top: 5px;margin-left: 5px;" alt="" />
<!-- <span>PHP模板</span> -->
<!-- <span>阿尔文科技</span> -->
</div>
</router-link>
<AsideMenu :collapse="collapse" />
@ -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;

View File

@ -29,7 +29,7 @@
</div>
<div class="login-right-title-box">
<!-- 登录页文字替换 -->
米尔科技后台管理平台
阿尔文科技后台管理平台
<div class="login-right-title-bottom"></div>
</div>
<div class="login-right-form-control-box">