feat:名称及logo修改
This commit is contained in:
@@ -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 |
BIN
developer-front/src/assets/images/home/logo.c3029a2f2.png
Normal file
BIN
developer-front/src/assets/images/home/logo.c3029a2f2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
@@ -36,7 +36,7 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
// title: process.env.VUE_APP_TITLE,
|
||||
title: '觉远创智配件系统',
|
||||
title: '觉远创智功能镜片配镜系统',
|
||||
logo: logoImg
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user