From 85e0e607ca01206d8a8afdd8ae6cd7c0eb81d58a Mon Sep 17 00:00:00 2001 From: mayiming <1627832236@qq.com> Date: Tue, 4 Nov 2025 17:45:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9ts=E6=95=B0=E6=8D=AE=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- management/src/store/user.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/management/src/store/user.ts b/management/src/store/user.ts index 9234bd13..a6f0d258 100644 --- a/management/src/store/user.ts +++ b/management/src/store/user.ts @@ -1,6 +1,7 @@ import { defineStore } from 'pinia'; import type { PersistenceOptions } from 'pinia-plugin-persistedstate'; import router from "../router"; +import { ElMessage } from 'element-plus'; // 1. 定义用户信息类型(不变) export interface UserInfo {