From 3a371b22588c9b57e47c2e5107ff761d66f3f8f8 Mon Sep 17 00:00:00 2001 From: caichunsheng Date: Wed, 24 Aug 2022 09:56:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/https.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/utils/https.js b/utils/https.js index 94f1b48..953d1df 100644 --- a/utils/https.js +++ b/utils/https.js @@ -8,8 +8,6 @@ if (env == 'develop1') { baseUrl = "https://test.api.cloud.sz-trip.com/api/" } else { baseUrl = "https://api.cloud.sz-trip.com/api/"; - baseUrl = "https://test.api.cloud.sz-trip.com/api/" - } const orders = ['', 'weight', 'distance', 'sale_number', 'sale_price', 'price']; //封装GET请求