mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-19 17:35:53 +08:00
分销商品添加移除功能,删除无用接口
This commit is contained in:
@@ -259,13 +259,14 @@ export default new Router({
|
||||
{
|
||||
path: 'Favorites',
|
||||
name: 'Favorites',
|
||||
component: Favorites
|
||||
component: Favorites,
|
||||
meta: {title: '我的收藏'}
|
||||
},
|
||||
{
|
||||
path: 'Distribution',
|
||||
name: 'Distribution',
|
||||
component: Distribution,
|
||||
meta: {title: '我的投诉'}
|
||||
meta: {title: '分销推荐'}
|
||||
},
|
||||
{
|
||||
path: 'Point',
|
||||
|
||||
Reference in New Issue
Block a user