From ff934f8fc407d0aadefc3303994613d64178120e Mon Sep 17 00:00:00 2001
From: Novecane <2322740715@qq.com>
Date: 星期一, 17 二月 2025 16:12:00 +0800
Subject: [PATCH] forth commit

---
 pages/router/main/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pages/router/main/index.vue b/pages/router/main/index.vue
index 9d87c90..099a05d 100644
--- a/pages/router/main/index.vue
+++ b/pages/router/main/index.vue
@@ -64,7 +64,7 @@
 				state.facilityCode = temp.DeviceName;
 				state.productId = temp.ProductId;
 				state.signature = temp.Signature;
-				console.log(state);
+				// console.log(state);
 				bindDevice(state).then((res) => {
 					if (res.code === 200) {
 						uni.showToast({

--
Gitblit v1.9.3