feat:名称及logo修改

This commit is contained in:
一休哥哥6666
2026-06-18 18:45:46 +08:00
parent ddae147aef
commit 4d833d7882
23 changed files with 29 additions and 47 deletions

View File

@@ -15,7 +15,7 @@ export default {
return {
title: this.$store.state.settings.dynamicTitle && this.$store.state.settings.title,
titleTemplate: title => {
const appTitle = process.env.VUE_APP_TITLE || '觉远创智配件系统'
const appTitle = process.env.VUE_APP_TITLE || '觉远创智功能镜片配镜系统'
return title ? `${title} - ${appTitle}` : appTitle
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -36,7 +36,7 @@ export default {
data() {
return {
// title: process.env.VUE_APP_TITLE,
title: '觉远创智配件系统',
title: '觉远创智功能镜片配镜系统',
logo: logoImg
}
}

View File

@@ -2,7 +2,7 @@
<nav class="nav-bar">
<div class="logo">
<img :src="require('@/assets/images/home/logo.c3029a2f.png')" alt="JUEYUAN" />
<h1 class="logo-text">配件系统</h1>
<h1 class="logo-text">功能镜片配镜系统</h1>
</div>
<div class="menu-toggle" @click="toggleMenu">
<span class="hamburger" :class="{ active: isMenuOpen }"></span>