From 2812cf75fe729ffbd763e95919c34dcf85269124 Mon Sep 17 00:00:00 2001 From: lx <826276471@qq.com> Date: Wed, 16 Apr 2025 14:17:26 +0800 Subject: [PATCH] feat --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 3f7354f..4ba6327 100644 --- a/src/App.vue +++ b/src/App.vue @@ -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 - } + }, } } }