zhengyiming
2025-03-13 84e2009fdc067e8d0a7d9ce18ef0fa0d7e43d495
apps/taro/src/app.ts
@@ -10,7 +10,7 @@
import Taro from '@tarojs/taro';
import { VueQueryPlugin, VueQueryPluginOptions } from '@tanstack/vue-query';
import { myClient } from '@/constants/query';
import { VueLifeRechargePlugin } from '@life-payment/components';
import { VueLifeRechargePlugin } from '@life-payment/core-vue';
import { blLifeRecharge } from '@/utils/blLifeRecharge';
import { isWeChat } from '@/utils/env';
@@ -50,6 +50,9 @@
  // 对应 onLaunch
  onLaunch(options) {
    if (options.query?.channelId) {
      console.log('options: ', options);
    }
    // 如果是收藏进入
    if (options.query.collect) {
      Taro.reLaunch({