This commit is contained in:
李想 2025-04-16 14:17:26 +08:00
parent 91fa76d278
commit 2812cf75fe

View File

@ -15,7 +15,7 @@ export default {
title: this.$store.state.settings.dynamicTitle && this.$store.state.settings.title,
titleTemplate: title => {
return title ? `${title} - ${process.env.VUE_APP_TITLE}` : process.env.VUE_APP_TITLE
}
},
}
}
}