From 9adc2a5528d77593d55157232c3cce1338bda732 Mon Sep 17 00:00:00 2001 From: binbin_pan Date: Tue, 2 Jul 2024 17:59:58 +0800 Subject: [PATCH] =?UTF-8?q?IOT=E8=AE=BE=E5=A4=87=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=90=AD=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../IOTequipment/component/BindDetails.vue | 112 +++++++ .../machinery/IOTequipment/index.vue | 307 ++++++++++++++++++ .../machinery/coding/component/BindIOT.vue | 211 ++++++++++++ .../machinery/coding/index.vue | 38 ++- sgzb-ui/vue.config.js | 4 +- 5 files changed, 668 insertions(+), 4 deletions(-) create mode 100644 sgzb-ui/src/views/warehouseManage/machinery/IOTequipment/component/BindDetails.vue create mode 100644 sgzb-ui/src/views/warehouseManage/machinery/IOTequipment/index.vue create mode 100644 sgzb-ui/src/views/warehouseManage/machinery/coding/component/BindIOT.vue diff --git a/sgzb-ui/src/views/warehouseManage/machinery/IOTequipment/component/BindDetails.vue b/sgzb-ui/src/views/warehouseManage/machinery/IOTequipment/component/BindDetails.vue new file mode 100644 index 00000000..b6b7779f --- /dev/null +++ b/sgzb-ui/src/views/warehouseManage/machinery/IOTequipment/component/BindDetails.vue @@ -0,0 +1,112 @@ + + + + + diff --git a/sgzb-ui/src/views/warehouseManage/machinery/IOTequipment/index.vue b/sgzb-ui/src/views/warehouseManage/machinery/IOTequipment/index.vue new file mode 100644 index 00000000..21afdb41 --- /dev/null +++ b/sgzb-ui/src/views/warehouseManage/machinery/IOTequipment/index.vue @@ -0,0 +1,307 @@ + + + + + diff --git a/sgzb-ui/src/views/warehouseManage/machinery/coding/component/BindIOT.vue b/sgzb-ui/src/views/warehouseManage/machinery/coding/component/BindIOT.vue new file mode 100644 index 00000000..7e2b391f --- /dev/null +++ b/sgzb-ui/src/views/warehouseManage/machinery/coding/component/BindIOT.vue @@ -0,0 +1,211 @@ + + + + + diff --git a/sgzb-ui/src/views/warehouseManage/machinery/coding/index.vue b/sgzb-ui/src/views/warehouseManage/machinery/coding/index.vue index 1899b13b..474d603a 100644 --- a/sgzb-ui/src/views/warehouseManage/machinery/coding/index.vue +++ b/sgzb-ui/src/views/warehouseManage/machinery/coding/index.vue @@ -1,6 +1,6 @@ + + + + + + +
+ +
diff --git a/sgzb-ui/vue.config.js b/sgzb-ui/vue.config.js index c86c329b..c2bd3b21 100644 --- a/sgzb-ui/vue.config.js +++ b/sgzb-ui/vue.config.js @@ -46,8 +46,8 @@ module.exports = { // target: `http://10.40.92.8:8080`, //超 // target: `http://10.40.92.81:8080`, //韩/ // target: `http://10.40.92.74:8080`,//旭/ - // target: `http://10.40.92.148:28080`, //帅 - target: `http://10.40.92.253:28080`, //福 + target: `http://192.168.2.246:28080`, //帅 + // target: `http://10.40.92.253:28080`, //福 //******** 注意事项 ********* */ //1.全局替换qrUrl二维码扫码提供的网址-发布服务器的地址target;