处理用户登陆

This commit is contained in:
2026-01-15 16:10:27 +08:00
parent 88c8a4517b
commit b04c263e49
37 changed files with 567 additions and 497 deletions

View File

@@ -7403,7 +7403,7 @@ function isConsoleWritable() {
function initRuntimeSocketService() {
const hosts = "127.0.0.1,192.168.31.5,198.18.0.1";
const port = "8090";
const id = "mp-weixin_gULtmz";
const id = "mp-weixin_T9Thog";
const lazy = typeof swan !== "undefined";
let restoreError = lazy ? () => {
} : initOnError();
@@ -8393,7 +8393,6 @@ exports.n = n;
exports.nextTick$1 = nextTick$1;
exports.o = o;
exports.onActivated = onActivated;
exports.onDeactivated = onDeactivated;
exports.onHide = onHide;
exports.onLoad = onLoad;
exports.onMounted = onMounted;
@@ -8405,7 +8404,6 @@ exports.p = p;
exports.provide = provide;
exports.r = r;
exports.reactive = reactive;
exports.readonly = readonly;
exports.ref = ref;
exports.resolveComponent = resolveComponent;
exports.s = s;