Commit c8fb4184 authored by 高滢's avatar 高滢

feat(标题): 配置

parent 95da1fbf
# 页面标题
VITE_APP_TITLE = 若依管理系统
VITE_APP_TITLE = 融创软通PSA管理系统
# 开发环境配置
VITE_APP_ENV = 'development'
......
# 页面标题
VITE_APP_TITLE = 若依管理系统
VITE_APP_TITLE = 融创软通PSA管理系统
# 生产环境配置
VITE_APP_ENV = 'production'
......@@ -8,4 +8,4 @@ VITE_APP_ENV = 'production'
VITE_APP_BASE_API = '/prod-api'
# 是否在打包时开启压缩,支持 gzip 和 brotli
VITE_BUILD_COMPRESS = gzip
\ No newline at end of file
VITE_BUILD_COMPRESS = gzip
# 页面标题
VITE_APP_TITLE = 若依管理系统
VITE_APP_TITLE = 融创软通PSA管理系统
# 生产环境配置
VITE_APP_ENV = 'staging'
......@@ -8,4 +8,4 @@ VITE_APP_ENV = 'staging'
VITE_APP_BASE_API = '/stage-api'
# 是否在打包时开启压缩,支持 gzip 和 brotli
VITE_BUILD_COMPRESS = gzip
\ No newline at end of file
VITE_BUILD_COMPRESS = gzip
......@@ -6,8 +6,8 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="icon" href="/favicon.ico">
<title>若依管理系统</title>
<link rel="icon" href="/favicon.png">
<title>融创软通PSA管理系统</title>
<!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
<style>
html,
......@@ -212,4 +212,4 @@
<script type="module" src="/src/main.js"></script>
</body>
</html>
\ No newline at end of file
</html>
{
"name": "ruoyi",
"version": "3.8.9",
"description": "若依管理系统",
"description": "融创软通PSA项目管理系统",
"author": "若依",
"license": "MIT",
"type": "module",
......
src/assets/logo/logo.png

5.53 KB | W: | H:

src/assets/logo/logo.png

3.66 KB | W: | H:

src/assets/logo/logo.png
src/assets/logo/logo.png
src/assets/logo/logo.png
src/assets/logo/logo.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -44,7 +44,7 @@
&.has-logo {
.el-scrollbar {
height: calc(100% - 300px);
height: calc(100% - 400px);
margin-top:80px;
}
}
......
......@@ -26,7 +26,7 @@
/>
</el-menu>
</el-scrollbar>
<div style="display: flex;justify-content: center">
<div class="footer">
<img :src="comlogo" class="comlogo">
</div>
</div>
......@@ -81,6 +81,11 @@ const activeMenu = computed(() => {
<style lang="scss" scoped>
.sidebar-container {
background-color: v-bind(getMenuBackground);
.footer{
position: absolute;
bottom: 60px;
left: 38px;
}
.avatar{
position: absolute;
top: 40px;
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment