From 373233e91474d9e6782bbdb44d54fb9f88ba20cf Mon Sep 17 00:00:00 2001 From: linfso Date: Mon, 20 May 2024 08:58:33 +0800 Subject: [PATCH] md --- src/utils/TanexPrinterSdk.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/utils/TanexPrinterSdk.js b/src/utils/TanexPrinterSdk.js index 8b5c1625..fbb5b24f 100644 --- a/src/utils/TanexPrinterSdk.js +++ b/src/utils/TanexPrinterSdk.js @@ -20,11 +20,11 @@ class TanexPrinterSdk { VERSION="1.0.0" MAX_SENT_RETRY_COUNT = 9; - // WS_URL = "ws://127.0.0.1:17080/ws"; - // HTTP_GET_PDF = "http://127.0.0.1:17080/api/downPdfFile"; + WS_URL = "ws://127.0.0.1:17080/ws"; + HTTP_GET_PDF = "http://127.0.0.1:17080/api/downPdfFile"; - WS_URL = "ws://192.168.88.100:17080/ws"; - HTTP_GET_PDF = "http://192.168.88.100:17080/api/downPdfFile"; + // WS_URL = "ws://192.168.88.100:17080/ws"; + // HTTP_GET_PDF = "http://192.168.88.100:17080/api/downPdfFile"; AUTH_TOKEN=null;