提取baseurl配置
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
|
||||
/// 三方
|
||||
#import <Masonry/Masonry.h>
|
||||
// 公共配置
|
||||
#import "KBConfig.h"
|
||||
|
||||
/// 系统
|
||||
#import <UIKit/UIKit.h>
|
||||
@@ -29,9 +31,6 @@
|
||||
|
||||
|
||||
//-----------------------------------------------宏定义全局----------------------------------------------------------/
|
||||
// 网络基地址(Mock环境)
|
||||
#define KB_BASE_URL @"https://m1.apifoxmock.com/m1/5438099-5113192-default/"
|
||||
|
||||
// 通用链接(Universal Links)统一配置
|
||||
// 仅需修改这里的域名/前缀,工程内所有使用 UL 的地方都会同步。
|
||||
#define KB_UL_BASE @"https://your.domain/ul" // 替换为你的真实域名与前缀路径
|
||||
|
||||
Reference in New Issue
Block a user