From 32f611d5eb9e43a0677f3e83899f10b6c2b7e063 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期四, 06 三月 2025 16:59:20 +0800 Subject: [PATCH] release: @life-payment/components v0.0.3 --- apps/taro/src/pages/home/index.vue | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/apps/taro/src/pages/home/index.vue b/apps/taro/src/pages/home/index.vue index 1c09530..be8d149 100644 --- a/apps/taro/src/pages/home/index.vue +++ b/apps/taro/src/pages/home/index.vue @@ -10,10 +10,9 @@ </template> <script setup lang="ts"> -import { useUser, useAccessLogin, useTabRouteEnhance } from '@/hooks'; +import { useAccessLogin } from '@/hooks'; import { useUserStore } from '@/stores/modules/user'; import Taro from '@tarojs/taro'; -import IconLogo from '@/assets/home/icon-logo.png'; import { OrderInputType } from '@life-payment/constants'; import { RechargeGrid } from '@life-payment/components'; -- Gitblit v1.9.1