From 2cd7efe9c5e300f299b459fa6d5f80f836f4d05b Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Fri, 26 Apr 2024 13:29:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BC=95=E5=85=A5=20openSchema?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uni_modules/uni-upgrade-center-app/utils/check-update.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uni_modules/uni-upgrade-center-app/utils/check-update.ts b/uni_modules/uni-upgrade-center-app/utils/check-update.ts index 681e20e3..bbaed13f 100644 --- a/uni_modules/uni-upgrade-center-app/utils/check-update.ts +++ b/uni_modules/uni-upgrade-center-app/utils/check-update.ts @@ -1,6 +1,6 @@ import callCheckVersion, { UniUpgradeCenterResult } from "./call-check-version" // #ifdef UNI-APP-X -import { openSchema } from './utils.uts' +import { openSchema } from '@/uni_modules/uts-openSchema' // #endif // 推荐再App.vue中使用 -- GitLab