后端:公告√

注意数据库新建notice表
This commit is contained in:
2025-09-16 20:03:17 +08:00
parent 158b3e65b6
commit 562ec4abf9
26 changed files with 1468 additions and 35 deletions

View File

@@ -6917,9 +6917,9 @@ function isConsoleWritable() {
return isWritable;
}
function initRuntimeSocketService() {
const hosts = "198.18.0.1,192.168.31.107,127.0.0.1";
const hosts = "198.18.0.1,192.168.31.193,127.0.0.1";
const port = "8090";
const id = "mp-weixin_BJ7qAd";
const id = "mp-weixin_UjOtWQ";
const lazy = typeof swan !== "undefined";
let restoreError = lazy ? () => {
} : initOnError();