Commit 1f31ed38 authored by zhengke's avatar zhengke

修改

parent f0222b3a
......@@ -824,6 +824,12 @@ export default new Router({
path: '/pintuanActive',
name: 'pintuanActive',
component: resolve => require(['@/components/pintuan/pintuanActive'], resolve),
},
//拼团 活动数据
{
path: '/ActiveData',
name: 'ActiveData',
component: resolve => require(['@/components/pintuan/ActiveData'], resolve),
}
]
}
......
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