perf:replace favicon
This commit is contained in:
parent
43a51148fe
commit
ed34ea3e07
BIN
favicon.ico
BIN
favicon.ico
Binary file not shown.
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 4.2 KiB |
|
@ -33,7 +33,7 @@ export const constantRouterMap = [
|
||||||
path: 'dashboard',
|
path: 'dashboard',
|
||||||
component: _import('dashboard/index'),
|
component: _import('dashboard/index'),
|
||||||
name: 'dashboard',
|
name: 'dashboard',
|
||||||
meta: { title: 'dashboard', icon: 'dashboard' }
|
meta: { title: 'dashboard', icon: 'dashboard', noCache: true }
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue