10.16 修改今日日期样式,增加风险提示,禁掉相关标的分时图tooltip展示
This commit is contained in:
@@ -7046,9 +7046,9 @@ function isConsoleWritable() {
|
||||
return isWritable;
|
||||
}
|
||||
function initRuntimeSocketService() {
|
||||
const hosts = "127.0.0.1,172.16.102.156";
|
||||
const hosts = "127.0.0.1,192.168.2.53";
|
||||
const port = "8090";
|
||||
const id = "mp-weixin_XL9X17";
|
||||
const id = "mp-weixin_VwRJ4L";
|
||||
const lazy = typeof swan !== "undefined";
|
||||
let restoreError = lazy ? () => {
|
||||
} : initOnError();
|
||||
|
||||
Reference in New Issue
Block a user