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

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

diff --git a/pages/basics/stockQuery.vue b/pages/basics/stockQuery.vue
index 36f3661..8527a72 100644
--- a/pages/basics/stockQuery.vue
+++ b/pages/basics/stockQuery.vue
@@ -66,7 +66,7 @@
 			find(){
 				let that = this
 				uni.request({
-					url: that.baseUrl + "/mobile/locDetl/stockQuery",
+					url: that.baseHttp + that.baseIP + that.baseUrl + "/mobile/locDetl/stockQuery",
 					header:{
 						'content-type':'application/x-www-form-urlencoded',
 						'token':uni.getStorageSync('token')

--
Gitblit v1.9.1