diff --git a/dolphinscheduler-ui/src/images/favicon.ico b/dolphinscheduler-ui/src/images/favicon.ico index b041d11f50..acf4cf74c8 100644 Binary files a/dolphinscheduler-ui/src/images/favicon.ico and b/dolphinscheduler-ui/src/images/favicon.ico differ diff --git a/dolphinscheduler-ui/src/js/conf/home/router/index.js b/dolphinscheduler-ui/src/js/conf/home/router/index.js index c1aa86d6ec..90b14625f3 100644 --- a/dolphinscheduler-ui/src/js/conf/home/router/index.js +++ b/dolphinscheduler-ui/src/js/conf/home/router/index.js @@ -35,7 +35,7 @@ const router = new Router({ name: 'home', component: resolve => require(['../pages/home/index'], resolve), meta: { - title: `${i18n.$t('Home')} - EasyScheduler` + title: `${i18n.$t('Home')} - DolphinScheduler` } }, { @@ -457,7 +457,7 @@ router.beforeEach((to, from, next) => { let $body = $('body') $body.find('.tooltip.fade.top.in').remove() if (to.meta.title) { - document.title = `${to.meta.title} - EasyScheduler` + document.title = `${to.meta.title} - DolphinScheduler` } next() })