diff --git a/index.html b/index.html
index 60f47c4..5016df6 100644
--- a/index.html
+++ b/index.html
@@ -13,7 +13,7 @@
content="vue-next-admin,基于 vue3 + CompositionAPI + typescript + vite + element plus,适配手机、平板、pc 的后台开源免费管理系统模板!vue-prev-admin,基于 vue2 + element ui,适配手机、平板、pc 的后台开源免费管理系统模板!"
/>
-
gfast3.2后台管理系统
+ 红动未来业务中台
diff --git a/src/stores/themeConfig.ts b/src/stores/themeConfig.ts
index 2c12fb1..814d033 100644
--- a/src/stores/themeConfig.ts
+++ b/src/stores/themeConfig.ts
@@ -129,9 +129,9 @@ export const useThemeConfig = defineStore('themeConfig', {
* 全局网站标题 / 副标题
*/
// 网站主标题(菜单导航、浏览器当前网页标题)
- globalTitle: 'gfast3.2后台管理系统',
+ globalTitle: '红动未来业务中台',
// 网站副标题(登录页顶部文字)
- globalViceTitle: 'gfast3.2后台管理系统',
+ globalViceTitle: '红动未来业务中台',
// 默认初始语言,可选值"",默认 zh-cn
globalI18n: 'zh-cn',
// 默认全局组件大小,可选值"",默认 'large'
diff --git a/src/views/params/dynamic/index.vue b/src/views/params/dynamic/index.vue
index e5246fe..a6fe0b0 100644
--- a/src/views/params/dynamic/index.vue
+++ b/src/views/params/dynamic/index.vue
@@ -72,7 +72,7 @@ export default defineComponent({
router.push({
name: 'paramsDynamicDetails',
params: {
- t: 'gfast3.2后台管理系统',
+ t: '红动未来业务中台',
id: state.value,
tagsViewName: state.tagsViewName,
},