tweak spelling mistakes

This commit is contained in:
Pan 2018-09-03 15:11:40 +08:00
parent cc636a4ccd
commit a95616f273
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ import Layout from '../views/layout/Layout'
* alwaysShow: true if set true, will always show the root menu, whatever its child routes length
* if not set alwaysShow, only more than one route under the children
* it will becomes nested mode, otherwise not show the root menu
* redirect: noredirect if `redirect:noredirect` will no redirct in the breadcrumb
* redirect: noredirect if `redirect:noredirect` will no redirect in the breadcrumb
* name:'router-name' the name is used by <keep-alive> (must set!!!)
* meta : {
title: 'title' the name show in submenu and breadcrumb (recommend set)

View File

@ -24,7 +24,7 @@ service.interceptors.request.use(
}
)
// respone拦截器
// response 拦截器
service.interceptors.response.use(
response => {
/**