Commit b1701c89 authored by XieZhiXiong's avatar XieZhiXiong

feat: 新增路由配置

parent 6a38f648
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: XieZhiXiong * @Author: XieZhiXiong
* @Date: 2021-06-21 18:18:41 * @Date: 2021-06-21 18:18:41
* @LastEditors: XieZhiXiong * @LastEditors: XieZhiXiong
* @LastEditTime: 2021-06-28 16:56:33 * @LastEditTime: 2021-06-28 17:58:21
* @Description: 商家优惠券相关路由 * @Description: 商家优惠券相关路由
*/ */
import { RouterChild } from '../../utils/index'; import { RouterChild } from '../../utils/index';
...@@ -129,6 +129,22 @@ const merchantCouponRoute: RouterChild[] = [ ...@@ -129,6 +129,22 @@ const merchantCouponRoute: RouterChild[] = [
name: 'analysis', name: 'analysis',
component: '@/pages/transaction/marketingAbility/merchantCoupon/merchantCouponAnalysis', component: '@/pages/transaction/marketingAbility/merchantCoupon/merchantCouponAnalysis',
}, },
// 商家优惠劵执行-详情
{
path: '/memberCenter/marketingAbility/merchantCoupon/analysis/detail',
name: 'analysisDetail',
component: '@/pages/transaction/marketingAbility/merchantCoupon/merchantCouponAnalysis/detail',
hideInMenu: true,
noMargin: true,
},
// 商家优惠劵执行-发券
{
path: '/memberCenter/marketingAbility/merchantCoupon/analysis/deliver',
name: 'analysisDeliver',
component: '@/pages/transaction/marketingAbility/merchantCoupon/merchantCouponAnalysis/deliver',
hideInMenu: true,
noMargin: true,
},
], ],
} }
]; ];
......
...@@ -698,4 +698,6 @@ export default { ...@@ -698,4 +698,6 @@ export default {
'menu.marketingAbility.merchantCoupon.toConfirmDetail': '查看待提交商家优惠劵', 'menu.marketingAbility.merchantCoupon.toConfirmDetail': '查看待提交商家优惠劵',
'menu.marketingAbility.merchantCoupon.confirmVerify': '提交商家优惠劵', 'menu.marketingAbility.merchantCoupon.confirmVerify': '提交商家优惠劵',
'menu.marketingAbility.merchantCoupon.analysis': '商家优惠劵执行', 'menu.marketingAbility.merchantCoupon.analysis': '商家优惠劵执行',
'menu.marketingAbility.merchantCoupon.analysisDetail': '查看商家优惠劵执行',
'menu.marketingAbility.merchantCoupon.analysisDeliver': '商家优惠劵发券',
}; };
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