diff --git a/apps/daxpay-admin/src/views/payment/channel/alipay/manage/app/AlipayIsvAppCard.vue b/apps/daxpay-admin/src/views/payment/channel/alipay/manage/app/AlipayIsvAppCard.vue index 8b402079e..cb9d61aa4 100644 --- a/apps/daxpay-admin/src/views/payment/channel/alipay/manage/app/AlipayIsvAppCard.vue +++ b/apps/daxpay-admin/src/views/payment/channel/alipay/manage/app/AlipayIsvAppCard.vue @@ -7,11 +7,6 @@ import { PermCodes } from '#/constants/perm-codes'; import { usePermission } from '#/hooks/usePermission'; - import { getProviderSvgUrl } from '#/views/payment/shared/payProviderDisplay'; - - // 支付宝品牌色值(与支付渠道展示一致) - const alipayColor = '#1677ff'; - const alipaySvgUrl = getProviderSvgUrl('alipay'); defineProps<{ record: AlipayIsvApp; @@ -31,12 +26,6 @@ >
-
- alipay -
diff --git a/apps/daxpay-admin/src/views/payment/channel/alipay/manage/mch/app/AlipayMchAppCard.vue b/apps/daxpay-admin/src/views/payment/channel/alipay/manage/mch/app/AlipayMchAppCard.vue index 145b8ee3f..ef0d5a605 100644 --- a/apps/daxpay-admin/src/views/payment/channel/alipay/manage/mch/app/AlipayMchAppCard.vue +++ b/apps/daxpay-admin/src/views/payment/channel/alipay/manage/mch/app/AlipayMchAppCard.vue @@ -9,11 +9,6 @@ import { PermCodes } from '#/constants/perm-codes'; import { usePermission } from '#/hooks/usePermission'; - import { getProviderSvgUrl } from '#/views/payment/shared/payProviderDisplay'; - - // 支付宝品牌色值 - const alipayColor = '#1677ff'; - const alipaySvgUrl = getProviderSvgUrl('alipay'); const props = defineProps<{ record: AlipayMchApp; @@ -43,12 +38,6 @@ class="alipay-mch-app-card group flex h-full min-h-[128px] flex-col rounded-xl border bg-card shadow-sm" >
-
- alipay -
diff --git a/apps/daxpay-admin/src/views/payment/channel/douyin/manage/app/DouyinMchAppCard.vue b/apps/daxpay-admin/src/views/payment/channel/douyin/manage/app/DouyinMchAppCard.vue index f7080422c..cb27c3eaf 100644 --- a/apps/daxpay-admin/src/views/payment/channel/douyin/manage/app/DouyinMchAppCard.vue +++ b/apps/daxpay-admin/src/views/payment/channel/douyin/manage/app/DouyinMchAppCard.vue @@ -7,14 +7,9 @@ import { PermCodes } from '#/constants/perm-codes'; import { usePermission } from '#/hooks/usePermission'; - import { getProviderSvgUrl } from '#/views/payment/shared/payProviderDisplay'; import { computed } from 'vue'; - // 抖音品牌色值 - const douyinColor = '#000000'; - const douyinSvgUrl = getProviderSvgUrl('douyin'); - const props = defineProps<{ record: DouyinMchApp; }>(); @@ -41,12 +36,6 @@