MVP
This commit is contained in:
14
static/config.js
Normal file
14
static/config.js
Normal file
@@ -0,0 +1,14 @@
|
||||
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://172.16.1.5:10000',
|
||||
API_MES_Controller_URL: 'http://172.16.1.5:9983'
|
||||
}
|
||||
Reference in New Issue
Block a user