perf:replace favicon

This commit is contained in:
Pan 2017-11-22 10:01:53 +08:00
parent 43a51148fe
commit ed34ea3e07
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -33,7 +33,7 @@ export const constantRouterMap = [
path: 'dashboard',
component: _import('dashboard/index'),
name: 'dashboard',
meta: { title: 'dashboard', icon: 'dashboard' }
meta: { title: 'dashboard', icon: 'dashboard', noCache: true }
}]
},
{