更新logo 登陆北京图片、项目Copyright

This commit is contained in:
白菜
2025-06-25 11:02:55 +08:00
parent e8333c6552
commit 5f055ce5c9
6 changed files with 16 additions and 13 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

View File

@ -2,12 +2,12 @@
<div class="sidebar-logo-container" :class="{'collapse':collapse}" :style="{ backgroundColor: sideTheme === 'theme-dark' ? variables.menuBackground : variables.menuLightBackground }">
<transition name="sidebarLogoFade">
<router-link v-if="collapse" key="collapse" class="sidebar-logo-link" to="/">
<img v-if="logo" :src="logo" class="sidebar-logo" />
<h1 v-else class="sidebar-title" :style="{ color: sideTheme === 'theme-dark' ? variables.logoTitleColor : variables.logoLightTitleColor }">{{ title }} </h1>
<img :src="logo" class="sidebar-logo" />
<!-- <h1 v-else class="sidebar-title" :style="{ color: sideTheme === 'theme-dark' ? variables.logoTitleColor : variables.logoLightTitleColor }">{{ title }} </h1>-->
</router-link>
<router-link v-else key="expand" class="sidebar-logo-link" to="/">
<img v-if="logo" :src="logo" class="sidebar-logo" />
<h1 class="sidebar-title" :style="{ color: sideTheme === 'theme-dark' ? variables.logoTitleColor : variables.logoLightTitleColor }">{{ title }} </h1>
<img :src="logo" class="sidebar-logo" />
<!-- <h1 class="sidebar-title" :style="{ color: sideTheme === 'theme-dark' ? variables.logoTitleColor : variables.logoLightTitleColor }">{{ title }} </h1>-->
</router-link>
</transition>
</div>
@ -16,7 +16,8 @@
<script>
import logoImg from '@/assets/logo/logo.png'
import variables from '@/assets/styles/variables.scss'
import logo from '@/assets/images/ems/logo.png'
import logoLarge from '@/assets/images/ems/logo-large.png'
export default {
name: 'SidebarLogo',
props: {
@ -36,7 +37,9 @@ export default {
data() {
return {
title: process.env.VUE_APP_TITLE,
logo: logoImg
// logo: logoImg
logo:logo,
logoLarge:logoLarge
}
}
}
@ -66,10 +69,10 @@ export default {
width: 100%;
& .sidebar-logo {
width: 32px;
height: 32px;
width: 100%;
height: auto;
vertical-align: middle;
margin-right: 12px;
//margin-right: 12px;
}
& .sidebar-title {

View File

@ -56,7 +56,7 @@
</el-form>
<!-- 底部 -->
<div class="el-login-footer">
<span>Copyright © 2018-2025 xzzn All Rights Reserved.</span>
<span>Copyright © 2018-2025 上海电动工具研究所集团有限公司.</span>
</div>
</div>
</template>
@ -162,7 +162,7 @@ export default {
justify-content: center;
align-items: center;
height: 100%;
background-image: url("../assets/images/login-background.jpg");
background-image: url("../assets/images/ems/login-background.png");
background-size: cover;
}
.title {

View File

@ -61,7 +61,7 @@
</el-form>
<!-- 底部 -->
<div class="el-register-footer">
<span>Copyright © 2018-2025 xzzn All Rights Reserved.</span>
<span>Copyright © 2018-2025 上海电动工具研究所集团有限公司.</span>
</div>
</div>
</template>
@ -153,7 +153,7 @@ export default {
justify-content: center;
align-items: center;
height: 100%;
background-image: url("../assets/images/login-background.jpg");
background-image: url("../assets/images/ems/login-background.png");
background-size: cover;
}
.title {