16 lines
557 B
JavaScript
16 lines
557 B
JavaScript
window.g = {
|
|
mqttClient: null,
|
|
mqttSubscriptionTopic: 'MES/InstantMessaging/CATL/',
|
|
mqttPublishTopic: 'MesPrint',
|
|
ScalesTopic: ['MES/InstantMessaging/CATL/Scales1', 'MES/InstantMessaging/CATL/Scales2'],
|
|
mqttIP: '172.16.1.5',
|
|
mqttPortNumber: '8083',
|
|
printTemplate: 'BQFT_BarCode_001',
|
|
// charDataUrl: 'http://127.0.0.1:9984',
|
|
// baseURL: 'http://192.168.10.205:20021',
|
|
baseURL: 'http://127.0.0.1:10260',
|
|
// baseURL: 'http://localhost:57966',
|
|
// baseURL: 'http://172.16.1.5:10000',
|
|
API_MES_Controller_URL: 'http://172.16.1.5:9983'
|
|
}
|