From ed52313c4a5fa425846d3a67de208c209823916c Mon Sep 17 00:00:00 2001
From: whycq <whycq>
Date: 星期二, 22 二月 2022 13:45:10 +0800
Subject: [PATCH] #

---
 pages/basics/combPro.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pages/basics/combPro.vue b/pages/basics/combPro.vue
index 49fb84b..d7199a1 100644
--- a/pages/basics/combPro.vue
+++ b/pages/basics/combPro.vue
@@ -101,7 +101,7 @@
 					}
 					this.matData = []
 					uni.request({
-						url: that.baseUrl + "/mobile/bill/query/auth",
+						url: that.baseHttp + that.baseIP + that.baseUrl + "/mobile/bill/query/auth",
 						header: {
 							'content-type':'application/x-www-form-urlencoded',
 							'token':uni.getStorageSync('token')},
@@ -184,7 +184,7 @@
 						return;
 					}
 					uni.request({
-						url: that.baseUrl + "/mobile/comb/auth",
+						url: that.baseHttp + that.baseIP + that.baseUrl + "/mobile/comb/auth",
 						header: {'token':uni.getStorageSync('token')},
 						data:{
 							barcode:barcode,

--
Gitblit v1.9.1