From 05316275ee6f1623cc022a3cb4967a440c105a6b Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期二, 29 七月 2025 16:43:42 +0800
Subject: [PATCH] add:编辑资料

---
 store/index.ts |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/store/index.ts b/store/index.ts
index 9ea779f..fd4b0e4 100644
--- a/store/index.ts
+++ b/store/index.ts
@@ -1,9 +1,9 @@
 // stores/user.ts
 import { defineStore } from 'pinia'
 import { ref } from 'vue'
-import http from '@/plugins/http.js' // 请替换成你实际的 http 封装路径
-import storage from '@/plugins/storage' // 同样替换为你的封装路径
-import message from '@/plugins/message' // 你使用的消息组件封装
+import http from '@/plugins/http.js' 
+import storage from '@/plugins/storage' 
+import message from '@/plugins/message' 
 import { WechatLoginData } from '@/types/index'
 
 

--
Gitblit v1.9.3