chenjun3_wd

切换至现网环境

@@ -171,7 +171,7 @@ export class HttpUrlUtils { @@ -171,7 +171,7 @@ export class HttpUrlUtils {
171 * */ 171 * */
172 static readonly MORNING_EVENING_PAGE_INFO_PATH: string = "/api/rmrb-bff-display-zh/display/zh/c/pageInfo"; 172 static readonly MORNING_EVENING_PAGE_INFO_PATH: string = "/api/rmrb-bff-display-zh/display/zh/c/pageInfo";
173 static readonly MORNING_EVENING_COMP_INFO_PATH: string = "/api/rmrb-bff-display-zh/display/zh/c/compInfo"; 173 static readonly MORNING_EVENING_COMP_INFO_PATH: string = "/api/rmrb-bff-display-zh/display/zh/c/compInfo";
174 - private static _hostUrl: string = HttpUrlUtils.HOST_UAT; 174 + private static _hostUrl: string = HttpUrlUtils.HOST_PRODUCT;
175 175
176 public static set hostUrl(value: string) { 176 public static set hostUrl(value: string) {
177 HttpUrlUtils._hostUrl = value; 177 HttpUrlUtils._hostUrl = value;