zhengyiming
2025-02-21 39158852189d112dc7168fc5793faa09340f07b4
apps/taro/src/app.ts
@@ -10,7 +10,8 @@
import Taro from '@tarojs/taro';
import { VueQueryPlugin, VueQueryPluginOptions } from '@tanstack/vue-query';
import { myClient } from '@/constants/query';
import { VueLifeRechargePlugin, BlLifeRecharge } from '@life-payment/components';
import { VueLifeRechargePlugin } from '@life-payment/components';
import { blLifeRecharge } from '@/utils/blLifeRecharge';
window.uni = Taro;
@@ -82,8 +83,6 @@
};
App.use(VueQueryPlugin, vueQueryPluginOptions);
const blLifeRecharge = new BlLifeRecharge();
App.use(VueLifeRechargePlugin, {
  blLifeRecharge,