Commit d30ab812 authored by zhengke's avatar zhengke

修改

parent 766ca9d9
...@@ -2722,6 +2722,14 @@ export default { ...@@ -2722,6 +2722,14 @@ export default {
title: '机票查询' title: '机票查询'
}, },
}, },
{
path: '/goodlist', //商品列表
name: 'goodlist',
component: resolve => require(['@/components/mall/goodlist'], resolve),
meta: {
title: '商品列表'
},
},
{ // 销售 跟团游订单 { // 销售 跟团游订单
path: '/groupTourOrder', path: '/groupTourOrder',
name: 'groupTourOrder', name: 'groupTourOrder',
...@@ -4821,14 +4829,6 @@ export default { ...@@ -4821,14 +4829,6 @@ export default {
meta: { meta: {
title: '维护教育视频' title: '维护教育视频'
}, },
},
{
path: '/goodlist', //商品列表
name: 'goodlist',
component: resolve => require(['@/components/mall/goodlist'], resolve),
meta: {
title: '维护教育视频'
},
} }
] ]
}, },
......
Markdown is supported
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