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
}
}