feat 地址更新

This commit is contained in:
2026-01-25 17:14:39 +08:00
parent 2b00bd1a2d
commit bbf8e6776d
2 changed files with 4 additions and 4 deletions

View File

@@ -10,11 +10,11 @@ const config = {
} }
function getBaseUrl() { function getBaseUrl() {
var baseUrl = 'http://127.0.0.1:8503' var baseUrl = 'http://127.0.0.1:18503'
//#ifdef MP-WEIXIN //#ifdef MP-WEIXIN
const accountInfo = uni.getAccountInfoSync(); const accountInfo = uni.getAccountInfoSync();
if (accountInfo.miniProgram.envVersion == 'develop') { if (accountInfo.miniProgram.envVersion == 'develop') {
baseUrl = 'http://127.0.0.1:8503' baseUrl = 'http://127.0.0.1:18503'
} }
if (accountInfo.miniProgram.envVersion == 'trial') { if (accountInfo.miniProgram.envVersion == 'trial') {
baseUrl = 'https://www.hlsq.asia/api' baseUrl = 'https://www.hlsq.asia/api'

View File

@@ -2,8 +2,8 @@
"name" : "卷王大乱斗", "name" : "卷王大乱斗",
"appid" : "__UNI__3947B70", "appid" : "__UNI__3947B70",
"description" : "", "description" : "",
"versionName" : "1.0.8", "versionName" : "1.0.11",
"versionCode" : 108, "versionCode" : 1011,
"transformPx" : false, "transformPx" : false,
/* 5+App */ /* 5+App */
"app-plus" : { "app-plus" : {