md
This commit is contained in:
parent
b270022893
commit
b18faee2ae
@ -21,8 +21,8 @@ class TanexPrinterSdk {
|
||||
|
||||
VERSION="1.0.0"
|
||||
MAX_SENT_RETRY_COUNT = 9;
|
||||
// WS_URL = 'ws://'+process.env.VUE_APP_PRINTER_HOST+'/ws';
|
||||
WS_URL = "ws://192.168.88.189:17080/ws";
|
||||
WS_URL = 'ws://'+process.env.VUE_APP_PRINTER_HOST+'/ws';
|
||||
// WS_URL = "ws://192.168.88.189:17080/ws";
|
||||
HTTP_GET_PDF = 'http://'+process.env.VUE_APP_PRINTER_HOST+'/api/downPdfFile';
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user