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 @@ ...@@ -4,8 +4,8 @@
import { selfManagementRoute } from './selfManagementRoute'; import { selfManagementRoute } from './selfManagementRoute';
import { paltformSignRoute } from './paltformSignRoute'; import { paltformSignRoute } from './paltformSignRoute';
import { SelfbuiltexecutionRoute } from './SelfbuiltexecutionRoute'; // import { SelfbuiltexecutionRoute } from './selfbuiltexecutionRoute';
import { PlatformexecutionRoute } from './PlatformexecutionRoute'; // import { PlatformexecutionRoute } from './platformexecutionRoute';
const MarketingRoute = { const MarketingRoute = {
...@@ -18,9 +18,9 @@ const MarketingRoute = { ...@@ -18,9 +18,9 @@ const MarketingRoute = {
/** 平台营销活动报名 */ /** 平台营销活动报名 */
...paltformSignRoute, ...paltformSignRoute,
/** 营销活动执行(自建) */ /** 营销活动执行(自建) */
...SelfbuiltexecutionRoute, // ...SelfbuiltexecutionRoute,
/** 营销活动执行(平台) */ // /** 营销活动执行(平台) */
...PlatformexecutionRoute // ...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