我的页

This commit is contained in:
xiaoxiao
2025-05-14 13:10:06 +08:00
parent ab1f72ba6c
commit 1a0b9e0436
22 changed files with 305 additions and 77 deletions
@@ -6,14 +6,13 @@ export class BasicConstant {
static readonly getzcxy = "http://app.igandan.com/expert_zcxy.jsp";// 注册协议正式地址
//测试环境
static readonly urlimage = "https://dev-app.igandan.com/app/";
static readonly urlmyLan = "https://dev-app.igandan.com/app/expertAPI/";
static readonly urlapp = "https://dev-app.igandan.com//app/expertApp/"
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 imageHeader = "https://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 getStartpage=BasicConstant.urlapp + "startpage";
static readonly meetingListV2=BasicConstant.urlmyLan + "meetingListV2";
static readonly getStartpage=BasicConstant.urlExpertApp + "startpage";
static readonly meetingListV2=BasicConstant.urlExpertAPI + "meetingListV2";
}