fix: 将微信配置改成支付配置
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m41s
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m41s
This commit is contained in:
@@ -640,13 +640,13 @@ export const asyncRoutes: AppRouteRecord[] = [
|
||||
icon: ''
|
||||
},
|
||||
children: [
|
||||
// 微信配置
|
||||
// 支付设置
|
||||
{
|
||||
path: 'wechat-config',
|
||||
name: 'WechatConfig',
|
||||
component: RoutesAlias.WechatConfig,
|
||||
path: 'payment-settings',
|
||||
name: 'PaymentSettings',
|
||||
component: RoutesAlias.PaymentSettings,
|
||||
meta: {
|
||||
title: 'menus.settings.wechatPayConfiguration',
|
||||
title: 'menus.settings.paymentSettings',
|
||||
keepAlive: true
|
||||
}
|
||||
},
|
||||
@@ -661,11 +661,11 @@ export const asyncRoutes: AppRouteRecord[] = [
|
||||
roles: ['R_SUPER', 'R_ADMIN']
|
||||
}
|
||||
},
|
||||
// 微信支付配置详情
|
||||
// 支付设置详情
|
||||
{
|
||||
path: 'wechat-config/detail/:id',
|
||||
name: 'WechatConfigDetailRoute',
|
||||
component: RoutesAlias.WechatConfigDetail,
|
||||
path: 'payment-settings/detail/:id',
|
||||
name: 'PaymentSettingsDetailRoute',
|
||||
component: RoutesAlias.PaymentSettingsDetail,
|
||||
meta: {
|
||||
title: 'menus.settings.detailsOfPaymentConfiguration',
|
||||
isHide: true,
|
||||
|
||||
Reference in New Issue
Block a user