From 80a401825d5038854f6bc59076de356d59074c96 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期二, 31 十月 2023 14:36:34 +0800
Subject: [PATCH] #

---
 pages/tzsk/pakin/checkOut.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/pages/tzsk/pakin/checkOut.vue b/pages/tzsk/pakin/checkOut.vue
index ec65b94..2eecdaf 100644
--- a/pages/tzsk/pakin/checkOut.vue
+++ b/pages/tzsk/pakin/checkOut.vue
@@ -250,11 +250,12 @@
 			barcodeInput() {
 				let _this = this 
 				uni.request({
-					url: `${_this.baseUrl}`,
+					url: `${_this.baseUrl}/mobile/locdetl/auth`,
 					data: { barcode: _this.barcode },
 					header: { 'token': uni.getStorageSync('token') },
 					success(res) {
 						res = res.data
+						console.log(res);
 						if (res.code === 200) {
 							_this.barcodeFocus = false;
 							setTimeout(() => {

--
Gitblit v1.9.1