|
@ -8,6 +8,7 @@ export class Config { |
|
|
export class MicrowaveRadiationConfig { |
|
|
export class MicrowaveRadiationConfig { |
|
|
private static url: string = Config.parentUrl + "/weibo"; |
|
|
private static url: string = Config.parentUrl + "/weibo"; |
|
|
public static getUrl(station: string, type: string, time: Moment): string { |
|
|
public static getUrl(station: string, type: string, time: Moment): string { |
|
|
|
|
|
console.log(this.url+ '/' + station + '/' + type + '/' + time.format("YYYY/YYYYMM/YYYYMMDD/YYYYMMDDHHmmss.png")) |
|
|
return this.url+ '/' + station + '/' + type + '/' + time.format("YYYY/YYYYMM/YYYYMMDD/YYYYMMDDHHmmss.png"); |
|
|
return this.url+ '/' + station + '/' + type + '/' + time.format("YYYY/YYYYMM/YYYYMMDD/YYYYMMDDHHmmss.png"); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|