From fd9cfc4487773c00114b7748f1f885e9e7a81135 Mon Sep 17 00:00:00 2001
From: tj <1378534974@qq.com>
Date: 星期四, 05 六月 2025 11:04:17 +0800
Subject: [PATCH] solve the MiniProgramError: process is not defined
---
store/user.ts | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/store/user.ts b/store/user.ts
index 57b723e..e9535f7 100644
--- a/store/user.ts
+++ b/store/user.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