From 324f55c30a93b1498b04302757cbb604a42609f5 Mon Sep 17 00:00:00 2001 From: whycq <whycq> Date: 星期二, 22 二月 2022 13:47:42 +0800 Subject: [PATCH] # --- pages/basics/comb.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/basics/comb.vue b/pages/basics/comb.vue index d5b84aa..c547021 100644 --- a/pages/basics/comb.vue +++ b/pages/basics/comb.vue @@ -118,7 +118,7 @@ return; } uni.request({ - url: that.baseUrl + "/matCode/auth", + url: that.baseHttp + that.baseIP + that.baseUrl + "/matCode/auth", header:{ 'content-type':'application/x-www-form-urlencoded', @@ -213,7 +213,7 @@ } uni.request({ - url: that.baseUrl + "/mobile/comb/auth", + url: that.baseHttp + that.baseIP + that.baseUrl + "/mobile/comb/auth", header:{ // #ifdef H5 'token':uni.getStorageSync('token') -- Gitblit v1.9.1