From fe87727e2d26a52198c1ab7d40cf76902a87275c Mon Sep 17 00:00:00 2001 From: liub Date: Wed, 15 Oct 2025 16:40:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E7=89=87=E8=A3=81=E5=89=AA=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=8A=A0=E5=85=A5=E8=87=AA=E5=AE=9A=E4=B9=89=E5=B0=BA?= =?UTF-8?q?=E5=AF=B8,7305=E4=BF=AE=E6=94=B9=E5=8F=91=E9=80=81=E6=96=87?= =?UTF-8?q?=E5=AD=97=E5=92=8C=E5=9B=BE=E7=89=87=E7=9A=84=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/TextToHex/textToDotMatrix.vue | 231 ++++++++++++++++ config/index.js | 2 +- pages/6155/ImgCrop.vue | 35 ++- pages/6155/deviceDetail.vue | 11 +- pages/650/HBY650.vue | 12 +- pages/670/HBY670.vue | 95 ++++--- pages/7305/BJQ7305.vue | 334 ++++++++++++----------- 7 files changed, 502 insertions(+), 218 deletions(-) create mode 100644 components/TextToHex/textToDotMatrix.vue diff --git a/components/TextToHex/textToDotMatrix.vue b/components/TextToHex/textToDotMatrix.vue new file mode 100644 index 0000000..2dc904d --- /dev/null +++ b/components/TextToHex/textToDotMatrix.vue @@ -0,0 +1,231 @@ + + + + + \ No newline at end of file diff --git a/config/index.js b/config/index.js index 93e0224..dfb50b2 100644 --- a/config/index.js +++ b/config/index.js @@ -2,7 +2,7 @@ const config = { // 开发环境 development: { - BASE_URL: 'https://www.cnxhyc.com/jq', + BASE_URL: 'http://192.168.110.56:8000', API_PREFIX: '', // MQTT 配置 MQTT_HOST: 'www.cnxhyc.com', diff --git a/pages/6155/ImgCrop.vue b/pages/6155/ImgCrop.vue index 26cf4a2..39126ca 100644 --- a/pages/6155/ImgCrop.vue +++ b/pages/6155/ImgCrop.vue @@ -1,9 +1,9 @@