"...java/net/mingsoft/git@ustchcs.com:gujinli1118/MCMS.git" did not exist on "5b77df26f88689dd63dc8f310585c31baff275ff"
Commit 0a69977d authored by youc's avatar youc
Browse files

fix warning

parent a2369843
...@@ -38,4 +38,4 @@ export function deleteFeedback(data) { ...@@ -38,4 +38,4 @@ export function deleteFeedback(data) {
method: 'post', method: 'post',
data data
}) })
} }
\ No newline at end of file
...@@ -66,7 +66,7 @@ export const asyncRouterMap = [ ...@@ -66,7 +66,7 @@ export const asyncRouterMap = [
{ path: 'collect', component: _import('user/collect'), name: 'collect', meta: { title: '会员收藏', noCache: true }}, { 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: 'footprint', component: _import('user/footprint'), name: 'footprint', meta: { title: '会员足迹', noCache: true }},
{ path: 'history', component: _import('user/history'), name: 'history', 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 }}
] ]
}, },
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment