export default [ { path: "/order3/manufactureCollection", //厂家代收款设置 component: "./order3/ManufactureCollection", }, { path: "/order3/buyCarSubsidy/replacementSubsidy", //购车补贴--置换补贴 component: "./order3/BuyCarSubsidy/ReplacementSubsidy", }, { path: "order3/buyCarSubsidy/largeCustomerSubsidy", //大客户购车补贴 component: "./order3/BuyCarSubsidy/LargeCustomerSubsidy", }, { path: "/order3/dailyDiscount", //每日送优惠 component: "./order3/DailyDiscount", }, { path: "/order3/freeOnDelivery", //买车交车即送 component: "./order3/FreeOnDelivery", }, { path: "/order3/buyCarFreeConfiguration", //购车费用配置 component: "./order3/BuyCarFreeConfiguration", }, { path: "/order3/buyCarDepositConfiguration", //购车定金配置 component: "./order3/BuyCarDepositConfiguration", }, { path: "/order3/buyCarSubsidy/additionalSubsidy", //增购补贴 component: "./order3/BuyCarSubsidy/AdditionalSubsidy", }, { path: "/order3/creditCheck", //信贷资料勾选 component: "./order3/CreditCheck", }, { path: "/order3/busInformationCheck", //大客服资料单位勾选 component: "./order3/BusInformationCheck", }, { //赠品池 path: "/order3/giftPool", component: "./order3/GiftPool", }, { //特价车管理 path: "/order3/spcManagement", component: "./order3/SpcManagement", }, { //零售任务手动调整 path: "/order3/retailTask", component: "./order3/RetailTask", }, { //零售任务自动分配 path: "/order3/RetailManualAdjust", component: "./order3/RetailManualAdjust", }, { //攻坚车型任务手动分配 path: "/order3/tacklingCarModels", component: "./order3/TacklingCarModels", }, { //攻坚车型任务自动分配 path: "/order3/TacklingManualAdjust", component: "./order3/TacklingManualAdjust", }, { //攻坚车池 path: "/order3/vehiclePool", component: "./order3/VehiclePool", }, { path: "/order3/interviewConfig", component: "./order3/InterviewConfig", }, { //补贴资料勾选 path: "/order3/subsidyInfoCheck", component: "./order3/SubsidyInfoCheck", }, { //金融公司返利配置 path: "/order3/FinancialRebates", component: "./order3/FinancialRebates", }, { //合同打印 path: "/order3/OrderContractPrinting", component: "./order3/OrderContractPrinting", }, { //零售任务设置 path: "/order3/OrderRetailSetting", component: "./order3/OrderRetailSetting", }, { //大客户单位设置 path: "/order3/largeBusSetting", component: "./order3/LargeBusSetting", }, { //金融公司贴息设置 path: "/order3/financialDiscounts", component: "./order3/FinancialDiscounts", }, { //商家贴息补贴设置 path: "/order3/merchantDiscountSubsidy", component: "./order3/MerchantDiscountSubsidy", }, { //最大贴息金额设置 path: "/order3/maximumDiscount", component: "./order3/MaximumDiscount", }, { //厂家贴息承担比例 path: "/order3/manufacturerDiscounts", component: "./order3/ManufacturerDiscounts", }, { //欠款设置 path: "/order3/orderSetting/ordeArrears", component: "./order3/OrderSetting/OrdeArrears", }, { //权限优惠设置 path: "/order3/orderSetting/orderPermissionDiscount", component: "./order3/OrderSetting/OrderPermissionDiscount", }, { //锁车设置 path: "/order3/orderSetting/orderLockSetting", component: "./order3/OrderSetting/OrderLockSetting", }, { //开票设置 path: "/order3/orderSetting/orderInvoicingSetting", component: "./order3/OrderSetting/OrderInvoicingSetting", }, { //大客户单位设置 path: "/order3/orderSetting/orderMajorClientUnit", component: "./order3/OrderSetting/OrderMajorClientUnit", }, { //特价车补贴配置 path: "/order3/orderSetting/specialCarSales", component: "./order3/SpecialCarSales", }, { //不可面访门店 path: "/order3/orderSetting/banShop", component: "./order3/BanShop", }, {//贷款贴息配置 path: '/order3/subsidizedInterest', component: './order3/SubsidizedInterest' }, {//购车费用配置 path: '/order3/buyCarCostSetting', component: './order3/BuyCarCostSetting' }, {//每日送优惠 path: '/order3/dailyGivePreferential', component: './order3/DailyGivePreferential' }, {//买车即送 path: '/order3/buyCarGift', component: './order3/BuyCarGift' }, { // 置换补贴 path: '/order3/carPurchaseSubsidy/replacementSubsidy', component: './order3/CarPurchaseSubsidy/ReplacementSubsidy' }, { // 大客户补贴 path: '/order3/carPurchaseSubsidy/keyCustomerSubsidy', component: './order3/CarPurchaseSubsidy/KeyCustomerSubsidy' }, { // 增购补贴 path: '/order3/carPurchaseSubsidy/additionalSubsidy', component: './order3/CarPurchaseSubsidy/AdditionalPurchaseSubsidy' }, {//保险购买设置 path: "/order3/orderSetting/orderInsuranceSetting", component: "./order3/OrderSetting/InsurancePurchaseSetting", }, {//交车确认项配置 path: "/order3/cofirmCarSetting", component: "./order3/ConfirmCarSetting", }, {//信贷资料金融公司不邮寄 path: "/order3/orderSetting/financialCreditMail", component: "./order3/FinancialCreditMail", }, {//交车视频配置 path: "/order3/orderSetting/deliveryVideoConfig", component: "./order3/OrderSetting/DeliveryVideoConfig", }, { // 零售线索占比配置 path: "/order3/retailTaskConfiguration", component: "./order3/RetailTaskConfiguration", }, { // 附加值任务配置 path: "/order3/addValueTaskConfig", component: "./order3/AddValueTaskConfig", }, {//分期优惠券抵扣设置 path: "/order3/orderSetting/loanDiscountSetting", component: "./order3/OrderSetting/LoanDiscountSetting", }, ];