提交
This commit is contained in:
@@ -8,9 +8,11 @@
|
||||
#ifndef Api_h
|
||||
#define Api_h
|
||||
#if DEVELOPENT == 1
|
||||
static NSString* ServerUrl = @"https://chat.qxmier.com/";
|
||||
static NSString* ServerUrl = @"https://vschat.qxmier.com/";
|
||||
static NSString* H5ServerUrl = @"https://chatvespa.qxmier.com/";
|
||||
#else
|
||||
static NSString* ServerUrl = @"https://chat.qxmier.com/";
|
||||
static NSString* H5ServerUrl = @"https://vespa.qxmier.com/";
|
||||
#endif
|
||||
#pragma mark - 引导页
|
||||
/// 引导页
|
||||
|
||||
Reference in New Issue
Block a user