feat:更改小程序id由7a9替换为271

This commit is contained in:
2025-07-07 08:56:17 +08:00
parent 3d69baf72d
commit 309963755d
72 changed files with 1116 additions and 106 deletions
+3 -2
View File
@@ -6988,9 +6988,9 @@ function isConsoleWritable() {
return isWritable;
}
function initRuntimeSocketService() {
const hosts = "192.168.1.4,127.0.0.1";
const hosts = "192.168.10.59,127.0.0.1";
const port = "8090";
const id = "mp-weixin_fn9iXa";
const id = "mp-weixin_yxJg9-";
const lazy = typeof swan !== "undefined";
let restoreError = lazy ? () => {
} : initOnError();
@@ -8873,6 +8873,7 @@ const createHook = (lifecycle) => (hook, target = getCurrentInstance()) => {
};
const onLoad = /* @__PURE__ */ createHook(ON_LOAD);
exports._export_sfc = _export_sfc;
exports.computed = computed;
exports.createSSRApp = createSSRApp;
exports.e = e;
exports.f = f;