This commit is contained in:
启星
2025-10-25 19:38:29 +08:00
parent 3a5cf56099
commit 90709a94c4
144 changed files with 890 additions and 821 deletions

View File

@@ -16,12 +16,12 @@
//tadmin.xscmmidi.site --管理后台
//tmd.xscmmidi.site -- 这是接口 api
#if DEVELOPENT == 1
static NSString* ServerUrl = @"https://tmd.xscmmidi.site/";
static NSString* ServerUrl = @"https://test.vespa.qxyushen.top/";
//static NSString* ServerUrl = @"http://test.chat.qxyushen.top";
static NSString* H5ServerUrl = @"https://tmd.xscmmidi.site/h5/";
static NSString* H5ServerUrl = @"https://test.vespa.qxyushen.top/h5/";
#else
static NSString* ServerUrl = @"https://md.xscmmidi.site/";
static NSString* H5ServerUrl = @"https://md.xscmmidi.site/h5/";
static NSString* ServerUrl = @"https://vespa.qxyushen.top/";
static NSString* H5ServerUrl = @"https://vespa.qxyushen.top/h5/";
#endif
#pragma mark - 引导页
/// 引导页