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;