From bd125eecd57d2f4e559c6170d20157591300fe3d Mon Sep 17 00:00:00 2001
From: p-honggang.li <p-honggang.li@pcitc.com>
Date: 星期四, 04 九月 2025 20:57:44 +0800
Subject: [PATCH] 修改购物车等BUG

---
 src/stores/modules/userInfo.ts |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/stores/modules/userInfo.ts b/src/stores/modules/userInfo.ts
index 4d62116..68a3b15 100644
--- a/src/stores/modules/userInfo.ts
+++ b/src/stores/modules/userInfo.ts
@@ -1,8 +1,6 @@
 // 鐢ㄦ埛淇℃伅鐘舵�佺鐞�
-import { update } from 'lodash'
 import { defineStore } from 'pinia'
 import { UserInfo } from '@/stores/interface'
-import router from '@/router/index'
 
 export const useUserInfo = defineStore('userInfo', {
   state: (): UserInfo => {

--
Gitblit v1.8.0