You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
287 B

3 years ago
export class Constant{
public static readonly baseUrl: string = 'http://rdp.nagr.com.cn:18080';
3 years ago
}
export class ConstantRamanLidar{
// public static readonly baseUrl: string = 'http://112.124.40.88:5511';
public static readonly baseUrl: string = 'http://10.124.102.10:9998';
3 years ago
}