diff --git a/litemall-admin/src/api/feedback.js b/litemall-admin/src/api/feedback.js index b5089e69..0eefe7b0 100644 --- a/litemall-admin/src/api/feedback.js +++ b/litemall-admin/src/api/feedback.js @@ -38,4 +38,4 @@ export function deleteFeedback(data) { method: 'post', data }) -} \ No newline at end of file +} diff --git a/litemall-admin/src/router/index.js b/litemall-admin/src/router/index.js index d4fed927..bd75e85a 100644 --- a/litemall-admin/src/router/index.js +++ b/litemall-admin/src/router/index.js @@ -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 }} ] },