From 92be5ef4fbb40e84e737d6ba8ef8dd0a741abc34 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期五, 21 二月 2025 14:52:13 +0800 Subject: [PATCH] feat: 电费 --- apps/taro/src/app.ts | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/apps/taro/src/app.ts b/apps/taro/src/app.ts index 5039280..2531ecd 100644 --- a/apps/taro/src/app.ts +++ b/apps/taro/src/app.ts @@ -10,6 +10,8 @@ import Taro from '@tarojs/taro'; import { VueQueryPlugin, VueQueryPluginOptions } from '@tanstack/vue-query'; import { myClient } from '@/constants/query'; +import { VueLifeRechargePlugin } from '@life-payment/components'; +import { blLifeRecharge } from '@/utils/blLifeRecharge'; window.uni = Taro; @@ -82,4 +84,8 @@ App.use(VueQueryPlugin, vueQueryPluginOptions); +App.use(VueLifeRechargePlugin, { + blLifeRecharge, +}); + export default App; -- Gitblit v1.9.1