bug修改

This commit is contained in:
XiuYun CHEN 2025-06-17 13:12:51 +08:00
parent 3222c6df05
commit 1c77820187

View File

@ -12,6 +12,7 @@ export class BasicConstant {
// static readonly urlImage = "https://dev-doc.igandan.com/app/"
// static readonly urlExpert = "https://dev-app.igandan.com/app/expert/"
// static readonly wxUrl = "https://dev-wx.igandan.com/";
// static readonly polvId = "11";//保利威视学员id
//正式环境
static readonly urlExpertAPI = "https://app.igandan.com/app/expertAPI/";
@ -20,6 +21,7 @@ export class BasicConstant {
static readonly urlImage = "http://app.igandan.com/app/"
static readonly urlExpert = "http://app.igandan.com/app/expert/"
static readonly wxUrl = "https://wx.igandan.com/";// 微信服务器地址
static readonly polvId = "21";//保利威视学员id
static readonly getStartpage=BasicConstant.urlExpertApp + "startpage";
@ -43,6 +45,7 @@ export class BasicConstant {
static readonly gethonorDetail = BasicConstant.urlExpertAPI+'gethonorDetail';
static readonly updatePwd = BasicConstant.urlExpertAPI+'updatePwd'
static readonly read = BasicConstant.urlExpert+'read'//视频阅读数
static readonly POLVID ='PolvId'//保利观众id
static readonly province=['全国','北京市','天津市','河北省','山西省'
,'内蒙古自治区','辽宁省','吉林省','黑龙江省','上海市','江苏省','浙江省'