From 1b8b891531cc857a86b7b3f01e192d910a402dac Mon Sep 17 00:00:00 2001 From: sunmeng Date: Thu, 21 Aug 2025 11:29:28 +0800 Subject: [PATCH] fix --- unpackage/dist/dev/mp-weixin/common/vendor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unpackage/dist/dev/mp-weixin/common/vendor.js b/unpackage/dist/dev/mp-weixin/common/vendor.js index 4429373..fe48fd7 100644 --- a/unpackage/dist/dev/mp-weixin/common/vendor.js +++ b/unpackage/dist/dev/mp-weixin/common/vendor.js @@ -6882,7 +6882,7 @@ function initOnError() { function initRuntimeSocketService() { const hosts = "127.0.0.1,172.10.0.127"; const port = "8090"; - const id = "mp-weixin_Z8uiV9"; + const id = "mp-weixin_Mc-x4m"; const lazy = typeof swan !== "undefined"; let restoreError = lazy ? () => { } : initOnError();