wupengfei
2025-06-04 7e111a1c07a50b611edb0dfbdf187f33e97d9bb7
apps/taro/src/pages/mine/index.vue
@@ -27,12 +27,17 @@
            title="渠道二维码"
            @click="goShareQrcode"
          ></ListItemV2>
        </template>
          <ListItemV2
            :icon="IconMinePromotion"
            title="推广二维码"
            @click="goPromotionQrcode"
          ></ListItemV2>
        </template>
        <ListItemV2
          :icon="IconMinePromotion"
          title="代理招募"
          @click="goAgentRecruitment"
        ></ListItemV2>
        <ListItemV2
          :icon="IconMineCustomerService"
          v-if="isWeb && !isInAlipay"
@@ -107,6 +112,7 @@
const goShareQrcode = useAccessLogin(() => goPage(RouterPath.shareQrcode));
const goPromotionQrcode = useAccessLogin(() => goPage(RouterPath.promotionQrcode));
const goDashboard = useAccessLogin(() => goPage(RouterPath.dashboard));
const goAgentRecruitment = useAccessLogin(() => goPage(RouterPath.AgentRecruitment));
async function goLogout() {
  try {