后端:公告√
注意数据库新建notice表
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user