!11 代码修复

Merge pull request !11 from youc3576/master
This commit is contained in:
youc3576
2018-08-29 14:04:22 +08:00
committed by linlinjava
3 changed files with 3 additions and 4 deletions

View File

@@ -38,4 +38,4 @@ export function deleteFeedback(data) {
method: 'post',
data
})
}
}

View File

@@ -66,7 +66,7 @@ export const asyncRouterMap = [
{ path: 'collect', component: _import('user/collect'), name: 'collect', meta: { title: '会员收藏', noCache: true }},
{ path: 'footprint', component: _import('user/footprint'), name: 'footprint', meta: { title: '会员足迹', noCache: true }},
{ path: 'history', component: _import('user/history'), name: 'history', meta: { title: '搜索历史', noCache: true }},
{ path: 'feedback', component: _import('user/feedback'), name: 'feedback', meta: { title: '意见反馈', noCache: true }}
{ path: 'feedback', component: _import('user/feedback'), name: 'feedback', meta: { title: '意见反馈', noCache: true }}
]
},

View File

@@ -1,6 +1,5 @@
{
"navigationBarTitleText": "",
"navigationBarTitleText": "首页",
"usingComponents": {
"zan-capsule": "../../lib/zanui-weapp/capsule/index"
}