28 lines
1.4 KiB
Plaintext
28 lines
1.4 KiB
Plaintext
export class BasicConstant {
|
|
static readonly SPACE_SM = 4
|
|
static readonly SPACE_MD = 10
|
|
static readonly SPACE_LG = 0
|
|
static readonly getyyzc="https://doc.igandan.com/app/integral/permission_expert.html";//隐私政策
|
|
static readonly getzcxy = "http://app.igandan.com/expert_zcxy.jsp";// 注册协议正式地址
|
|
|
|
//测试环境
|
|
// static readonly urlExpertAPI = "https://dev-app.igandan.com/app/expertAPI/";
|
|
// static readonly urlExpertApp = "https://dev-app.igandan.com//app/expertApp/"
|
|
// static readonly urlHtml = "http://dev-doc.igandan.com/app/"
|
|
// static readonly urlImage = "https://dev-doc.igandan.com/app/"
|
|
// static readonly urlExpert = "https://dev-app.igandan.com/app/expert/"
|
|
|
|
|
|
//正式环境
|
|
static readonly urlExpertAPI = "https://app.igandan.com/app/expertAPI/";
|
|
static readonly urlExpertApp = "http://app.igandan.com/app/expertApp/"
|
|
static readonly urlHtml = "http://doc.igandan.com/app/"
|
|
static readonly urlImage = "http://app.igandan.com/app/"
|
|
static readonly urlExpert = "http://app.igandan.com/app/expert/"
|
|
|
|
|
|
static readonly getStartpage=BasicConstant.urlExpertApp + "startpage";
|
|
static readonly meetingListV2=BasicConstant.urlExpertAPI + "meetingListV2";
|
|
static readonly meetingV2Video=BasicConstant.urlExpertAPI + "meetingV2Video";
|
|
static readonly getTypeUuidByName=BasicConstant.urlExpertApp + "getTypeUuidByName";
|
|
} |