MVP
This commit is contained in:
11
public/config.js
Normal file
11
public/config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
window.g = {
|
||||
// API_WEB_URL: 'http://127.0.0.1:10260/submit/MESCommonBase.ashx',
|
||||
API_WEB_URL: 'http://172.16.1.5:10000/submit/MESCommonBase.ashx',
|
||||
API_MES_Controller_URL: 'http://172.16.1.5:9983',
|
||||
mqttIP: '172.16.1.5',
|
||||
mqttPortNumber: '8083',
|
||||
mqttSubscriptionTopic: 'MES/InstantMessaging/CATL_PDC',
|
||||
mqttPublishTopic: 'WEB/InstantMessaging/CATL_PDC/MisServer',
|
||||
imageShareRoot: '\\\\cait-mesfile01\\pto\\PL001N\\首件照片',
|
||||
};
|
||||
// http://localhost:5173/#/?stationNo=xxx&workpieceNo=xxx
|
||||
Reference in New Issue
Block a user