Commit b12441b1 authored by alwayOnlie's avatar alwayOnlie

删除路由文件

parent 4e1a8f50
export const PlatformexecutionRoute = [
// 营销活动执行(平台)
{
path: '/memberCenter/marketingAbility/platformexeCution',
name: '营销活动执行(平台)',
routes: [
// 营销活动执行查询
{
path: '/memberCenter/marketingAbility/platformexeCution/search',
name: '平台营销活动查询',
component: '@/pages/transaction/marketingAbility/platformexeCution/search'
},
{
path: '/memberCenter/marketingAbility/paltformSign/search/detail',
name: '平台营销活动详情',
component: '@/pages/transaction/marketingAbility/paltformSign/detail',
hideInMenu: true,
noMargin: true,
},
]
},
]
export const SelfbuiltexecutionRoute = [
/*营销活动执行(平台)*/
{
path: '/memberCenter/marketingAbility/selfbuiltexeCution',
name: '营销活动执行(自建)',
routes: [
/*营销活动执行查询*/
{
path: '/memberCenter/marketingAbility/selfbuiltexeCution/search',
name: '平台营销活动查询',
component: '@/pages/transaction/marketingAbility/selfbuiltexeCution/search'
},
/*详情*/
{
path: '/memberCenter/marketingAbility/selfbuiltexeCution/detail',
name: '平台营销活动详情',
component: '@/pages/transaction/marketingAbility/selfbuiltexeCution/detail',
hideInMenu: true,
noMargin: true,
},
]
},
]
......@@ -4,8 +4,8 @@
import { selfManagementRoute } from './selfManagementRoute';
import { paltformSignRoute } from './paltformSignRoute';
import { SelfbuiltexecutionRoute } from './SelfbuiltexecutionRoute';
import { PlatformexecutionRoute } from './PlatformexecutionRoute';
// import { SelfbuiltexecutionRoute } from './selfbuiltexecutionRoute';
// import { PlatformexecutionRoute } from './platformexecutionRoute';
const MarketingRoute = {
......@@ -18,9 +18,9 @@ const MarketingRoute = {
/** 平台营销活动报名 */
...paltformSignRoute,
/** 营销活动执行(自建) */
...SelfbuiltexecutionRoute,
/** 营销活动执行(平台) */
...PlatformexecutionRoute
// ...SelfbuiltexecutionRoute,
// /** 营销活动执行(平台) */
// ...PlatformexecutionRoute
],
}
......
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