| | |
| | | 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; |
| | | |
| | |
| | | }; |
| | | |
| | | App.use(VueQueryPlugin, vueQueryPluginOptions); |
| | | |
| | | const blLifeRecharge = new BlLifeRecharge(); |
| | | |
| | | App.use(VueLifeRechargePlugin, { |
| | | blLifeRecharge, |