chore: 初始化平芝126KV总装线 PDA
This commit is contained in:
8
public/config.js
Normal file
8
public/config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
window.g = {
|
||||
baseIP: '192.168.31.1'
|
||||
};
|
||||
|
||||
window.g.API_MES_URL = 'http://' + window.g.baseIP + ':9981';
|
||||
window.g.API_WEB_URL = 'http://' + window.g.baseIP + ':10000';
|
||||
window.g.Mqtt_Ip = 'ws://' + window.g.baseIP + ':8083/mqtt';
|
||||
window.g.agvApi = 'http://' + window.g.baseIP + ':9951/api/imes/MES_To_AGV_From_WEB';
|
||||
Reference in New Issue
Block a user