分销商品添加移除功能,删除无用接口

This commit is contained in:
mabo
2021-08-06 09:40:12 +08:00
parent c6874acb1b
commit 1fe7c050a4
3 changed files with 24 additions and 23 deletions

View File

@@ -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',