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 | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/src/stores/modules/userInfo.ts b/src/stores/modules/userInfo.ts index 22e00c0..68a3b15 100644 --- a/src/stores/modules/userInfo.ts +++ b/src/stores/modules/userInfo.ts @@ -1,9 +1,6 @@ // 鐢ㄦ埛淇℃伅鐘舵�佺鐞� -import { update } from 'lodash' import { defineStore } from 'pinia' import { UserInfo } from '@/stores/interface' -import router from '@/router/index' -import { updateUserDetail } from '@/api/userInfo' export const useUserInfo = defineStore('userInfo', { state: (): UserInfo => { -- Gitblit v1.8.0