zhengyiming
2025-02-21 f3530cee102eab8e54c7932f9563fa35e9c04639
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;