From e1a3ec5e44b95dd9917c098e7c7836ee2b2ac388 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Tue, 21 Oct 2025 17:32:57 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/utils/common/index.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/utils/common/index.js b/src/utils/common/index.js
index 91eec2a..1c2bd62 100644
--- a/src/utils/common/index.js
+++ b/src/utils/common/index.js
@@ -11,6 +11,7 @@
 // 小程序更新检测
 import { useUserStore } from "@/store/index.js"
 import configEnv from "@/config/env.js";
+import process from "node:process"
 
 export function mpUpdate () {
   const updateManager = uni.getUpdateManager()

--
Gitblit v1.9.3