|
|
@@ -212,11 +212,11 @@ export const optionalSystem = [ |
|
|
|
key: () => import("@/views/optionalSystem/configurationManagement/returnRestrictionConfiguration/index.vue"), |
|
|
|
} |
|
|
|
}, |
|
|
|
// 渠道参数配置 |
|
|
|
// 接入渠道管理 |
|
|
|
{ |
|
|
|
path: "/views/optionalSystem/accessChannelManagement/accessChannelQuery", |
|
|
|
name: "accessChannelQuery", |
|
|
|
meta: { title: "渠道参数配置", isAuth: true }, |
|
|
|
meta: { title: "接入渠道查询", isAuth: true }, |
|
|
|
components: { |
|
|
|
key: () => import("@/views/optionalSystem/accessChannelManagement/accessChannelQuery/index.vue"), |
|
|
|
} |
|
|
@@ -224,7 +224,7 @@ export const optionalSystem = [ |
|
|
|
{ |
|
|
|
path: "/views/optionalSystem/accessChannelManagement/accessChannelPermission", |
|
|
|
name: "accessChannelPermission", |
|
|
|
meta: { title: "渠道参数配置", isAuth: true }, |
|
|
|
meta: { title: "接入渠道权限查询", isAuth: true }, |
|
|
|
components: { |
|
|
|
key: () => import("@/views/optionalSystem/accessChannelManagement/accessChannelPermission/index.vue"), |
|
|
|
} |
|
|
@@ -238,6 +238,14 @@ export const optionalSystem = [ |
|
|
|
} |
|
|
|
}, |
|
|
|
// 结算管理 |
|
|
|
{ |
|
|
|
path: "/views/optionalSystem/settlementManagement/refusalOfPaymentSlip", |
|
|
|
name: "refusalOfPaymentSlip", |
|
|
|
meta: { title: "拒付流水", isAuth: true }, |
|
|
|
components: { |
|
|
|
key: () => import("@/views/optionalSystem/settlementManagement/refusalOfPaymentSlip/index.vue"), |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "/views/optionalSystem/settlementManagement/dailyAccountsReceivable", |
|
|
|
name: "dailyAccountsReceivable", |
|
|
@@ -361,5 +369,22 @@ export const optionalSystem = [ |
|
|
|
key: () => import("@/views/optionalSystem/jzOrderInfo/index.vue"), |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
path: "/views/optionalSystem/plateChange", |
|
|
|
name: "plateChange", |
|
|
|
meta: { title: "车牌信息变更", isAuth: true }, |
|
|
|
components: { |
|
|
|
key: () => import("@/views/optionalSystem/plateChange/index.vue"), |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "/views/optionalSystem/fssRejectPayVehicle", |
|
|
|
name: "fssRejectPayVehicle", |
|
|
|
meta: { title: "拒付停车场流水管理", isAuth: true }, |
|
|
|
components: { |
|
|
|
key: () => import("@/views/optionalSystem/fssRejectPayVehicle/index.vue"), |
|
|
|
} |
|
|
|
}, |
|
|
|
]; |
|
|
|
|