add favicons

This commit is contained in:
cookfront
2017-04-20 11:55:29 +08:00
parent 555ea1fe5d
commit 5a1027ee3c
7 changed files with 51 additions and 16 deletions

View File

@@ -30,7 +30,7 @@ Vue.use(ZanUI.Lazyload, {
const routesConfig = routes(navConfig);
routesConfig.push({
path: '/',
redirect: '/component/install'
redirect: '/component/quickstart'
});
const router = new VueRouter({

View File

@@ -6,10 +6,6 @@ module.exports = {
"groups": [
{
"list": [
{
"path": "/install",
"title": "安装"
},
{
"path": "/quickstart",
"title": "快速上手"
@@ -19,7 +15,7 @@ module.exports = {
]
},
{
"name": "ZanUI组件",
"name": "Vant组件",
"showInMobile": true,
"groups": [
{