From 8de559d6c248e4eacbc087b69e370df74319e806 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Tue, 21 Oct 2025 16:39:03 +0800
Subject: [PATCH] feat: 打包环境调整
---
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