结构重构2

This commit is contained in:
DelLevin-Home
2026-06-25 23:57:10 +08:00
parent ec46d45973
commit 22797603f5
16 changed files with 40 additions and 40 deletions

View File

@@ -11,7 +11,7 @@ class ServerConfig {
static final String apiBase = '$baseUrl/api';
static final String vipBaseUrl = kDebugMode
// ? 'http://vipapi.mooknote.iletter.top'
? 'http://192.168.31.48:8081'
? 'http://vipapi.mooknote.iletter.top'
// ? 'http://192.168.31.48:8081'
: 'http://vipapi.mooknote.iletter.top';
}