修改ts数据格式

This commit is contained in:
2025-11-04 17:45:31 +08:00
parent 125e05e034
commit 85e0e607ca

View File

@@ -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 {