From 4f492c259a6609559172dd6392817ce56fbbfe59 Mon Sep 17 00:00:00 2001 From: limqhz <540344226@qq.com> Date: Sat, 11 Feb 2023 00:40:17 +0800 Subject: [PATCH] =?UTF-8?q?=E9=93=BE=E6=8E=A5=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/api.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/api.js b/utils/api.js index abd552c..7f4b6a8 100644 --- a/utils/api.js +++ b/utils/api.js @@ -1,10 +1,10 @@ import utils from './util' //testURL -const BASE_URL = 'http://127.0.0.1:8080/wx'; +// const BASE_URL = 'http://127.0.0.1:8080/wx'; //devURL // const BASE_URL = 'https://lmqhznn.goho.co/wx'; //prodURL -// const BASE_URL = 'https://www.qnforever.top/wx'; +const BASE_URL = 'https://www.qnforever.top/wx'; function buildURL(url, needToken) { let userId = wx.getStorageSync('userId'); if (!userId && url != '/user/login') {