9 lines
260 B
JavaScript
9 lines
260 B
JavaScript
window.dt_Config = {
|
|
serverAddress: "http://127.0.0.1:8003/submit/MESCommonBase.ashx",
|
|
pageTitle: "仿熊机器人数字孪生展示平台",
|
|
// host:'124.220.15.242',
|
|
host: "mqtt.bell-lab.com11",
|
|
prot: "8083",
|
|
iframe: "http://localhost:10058/",
|
|
};
|