浏览代码

修改符号

usgeek 7 年之前
父节点
当前提交
8aca6a3e0c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      litemall-admin/src/router/index.js

+ 1 - 1
litemall-admin/src/router/index.js

@@ -65,7 +65,7 @@ export const asyncRouterMap = [
       { path: 'address', component: _import('user/address'), name: 'address', 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: '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 }}
     ]
   },