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/ VITE_PROXY_RICHTEXT=http://localhost:3000/api/

View File

@ -5,7 +5,7 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" /> <link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <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. --> <!-- element css cdn, if you use custom theme, remove it. -->
<!-- <link <!-- <link
rel="stylesheet" rel="stylesheet"

View File

@ -47,9 +47,9 @@
"less-loader": "^10.2.0", "less-loader": "^10.2.0",
"prettier": "^2.8.4", "prettier": "^2.8.4",
"sass": "^1.58.2", "sass": "^1.58.2",
"unplugin-auto-import": "^0.6.9", "unplugin-auto-import": "^0.16.7",
"unplugin-element-plus": "^0.3.4", "unplugin-element-plus": "^0.3.4",
"unplugin-vue-components": "^0.17.21", "unplugin-vue-components": "^0.25.2",
"vite": "^2.9.15", "vite": "^2.9.15",
"vite-plugin-pages": "^0.23.0", "vite-plugin-pages": "^0.23.0",
"vue-tsc": "^0.31.4" "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> </template>
<script setup> <script setup>
import zhCn from 'element-plus/lib/locale/lang/zh-cn'; import zhCn from 'element-plus/es/locale/lang/zh-cn';
</script> </script>
<style> <style>

View File

@ -5,7 +5,7 @@
<div id="logo"> <div id="logo">
<!-- 头部Logo替换 --> <!-- 头部Logo替换 -->
<img src="/logo.png" style="margin-top: 5px;margin-left: 5px;" alt="" /> <img src="/logo.png" style="margin-top: 5px;margin-left: 5px;" alt="" />
<!-- <span>PHP模板</span> --> <!-- <span>阿尔文科技</span> -->
</div> </div>
</router-link> </router-link>
<AsideMenu :collapse="collapse" /> <AsideMenu :collapse="collapse" />
@ -139,6 +139,7 @@ body {
#logo span{ #logo span{
font-size: 20px; font-size: 20px;
font-weight: bold; font-weight: bold;
margin-left: 15px;
} }
@ -170,8 +171,9 @@ body {
// justify-content: space-around; // justify-content: space-around;
height: 70px; height: 70px;
text-align: center; text-align: center;
background-color: #109dea; // logo // background-color: #FFFFFF; // logo
// background-color: #2b333e; // // box-shadow: 1px 1px 20px 0px #f1f1f1;
background-color: #2b333e; //
cursor: pointer; cursor: pointer;
color: white; color: white;
z-index: 99; z-index: 99;

View File

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