diff --git a/index.html b/index.html
index 544dd5d6..7fc83245 100644
--- a/index.html
+++ b/index.html
@@ -6,7 +6,8 @@
{
- document.title = `${to.meta.title} - vue-admin-wonderful-next` || `vue-admin-wonderful-next`
+ document.title = `${to.meta.title} - ${themeConfig.globalTitle}` || themeConfig.globalTitle
NProgress.configure({ showSpinner: false })
if (to.meta.title) NProgress.start()
const token = getSession('token')
diff --git a/src/store/index.ts b/src/store/index.ts
index ab71d81d..db7816b6 100644
--- a/src/store/index.ts
+++ b/src/store/index.ts
@@ -43,7 +43,9 @@ export interface RootStateTypes {
animation: string,
columnsAsideStyle: string,
layout: string,
- isRequestRoutes: boolean
+ isRequestRoutes: boolean,
+ globalTitle: string,
+ globalViceTitle: string,
},
routes: Array