chore: initial commit
This commit is contained in:
21
static/config.js
Normal file
21
static/config.js
Normal file
@@ -0,0 +1,21 @@
|
||||
// const baseIP = 'http://10.112.111.11'
|
||||
const baseIP = 'http://127.0.0.1'
|
||||
window.g = {
|
||||
mqttClient: null,
|
||||
mqttSubscriptionTopic: 'MES/InstantMessaging/PF25/',
|
||||
mqttPublishTopic: 'MesPrint',
|
||||
mqttIP: baseIP,
|
||||
mqttPortNumber: '8083',
|
||||
printTemplate: 'BQFT_BarCode_001',
|
||||
webAPIURL: `${baseIP}:9982`,
|
||||
baseURL: `${baseIP}:10040`,
|
||||
SideBarAddName:'大屏看板',
|
||||
SideBarAdd:[
|
||||
{
|
||||
title:'大屏看板',
|
||||
icon:'InterfaceModuleMaintenance',
|
||||
URL: `${baseIP}:10006`,
|
||||
target: '_blank', // _blank 新窗口打开 _self 当前窗口打开 _parent 父窗口打开 _top 顶级窗口打开
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user