From bfbb1ea3c6bb2dd7db064fb189290a1bfcf6c9cd Mon Sep 17 00:00:00 2001 From: seatonwan9 Date: 星期四, 28 八月 2025 02:14:48 +0800 Subject: [PATCH] 提交源码 --- src/stores/modules/userInfo.ts | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/stores/modules/userInfo.ts b/src/stores/modules/userInfo.ts index 22e00c0..4d62116 100644 --- a/src/stores/modules/userInfo.ts +++ b/src/stores/modules/userInfo.ts @@ -3,7 +3,6 @@ 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