update favicon.ico and title (#1022)
* 1.repair [BUG]#884;2.Add Scheduling Time Fields to Workflow Instance List;3.Add a reminder for empty data 4.Delete the'babel-plugin-transform-remove-console'dependency package * 1.update logo 2.Workflow Definition Page Timing Component Replaced with Source Code * Repair bug #901,#909,#935 * Optimizing Page License and Page Style * 1. Changing API paths; 2. Modifying statistical management naming * update favicon.ico and title
This commit is contained in:
parent
977ada2c8a
commit
7f1968b4a3
Binary file not shown.
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
|
|
@ -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()
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue