From bbf8e6776d8d667cd197d4d35b2b4746935614a9 Mon Sep 17 00:00:00 2001 From: "DESKTOP-V763RJ7\\Administrator" <835606593@qq.com> Date: Sun, 25 Jan 2026 17:14:39 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E5=9C=B0=E5=9D=80=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.js | 4 ++-- manifest.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config.js b/config.js index b712123..9594a0c 100644 --- a/config.js +++ b/config.js @@ -10,11 +10,11 @@ const config = { } function getBaseUrl() { - var baseUrl = 'http://127.0.0.1:8503' + var baseUrl = 'http://127.0.0.1:18503' //#ifdef MP-WEIXIN const accountInfo = uni.getAccountInfoSync(); if (accountInfo.miniProgram.envVersion == 'develop') { - baseUrl = 'http://127.0.0.1:8503' + baseUrl = 'http://127.0.0.1:18503' } if (accountInfo.miniProgram.envVersion == 'trial') { baseUrl = 'https://www.hlsq.asia/api' diff --git a/manifest.json b/manifest.json index 18e7d31..4ac4ada 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "卷王大乱斗", "appid" : "__UNI__3947B70", "description" : "", - "versionName" : "1.0.8", - "versionCode" : 108, + "versionName" : "1.0.11", + "versionCode" : 1011, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : {