Commit 627fbb47 authored by van.chen's avatar van.chen

测试环境更新

parent 704a4276
...@@ -120,7 +120,7 @@ export class ProProfileAdvancedComponent implements OnInit { ...@@ -120,7 +120,7 @@ export class ProProfileAdvancedComponent implements OnInit {
getBase() { getBase() {
const req = { const req = {
sn: '19040999', sn: '19041234',
type: 'WTD93RX', type: 'WTD93RX',
}; };
this.http.post(environment.baseUrl + '/data/getRealTimeData', req).subscribe((res: any) => { this.http.post(environment.baseUrl + '/data/getRealTimeData', req).subscribe((res: any) => {
...@@ -157,7 +157,7 @@ export class ProProfileAdvancedComponent implements OnInit { ...@@ -157,7 +157,7 @@ export class ProProfileAdvancedComponent implements OnInit {
const req = { const req = {
endTime: new Date().getTime(), endTime: new Date().getTime(),
parameter: item, parameter: item,
sn: '19040999', sn: '19041234',
startTime: end, startTime: end,
type: 'WTD93RX', type: 'WTD93RX',
}; };
......
...@@ -7,7 +7,7 @@ export const environment = { ...@@ -7,7 +7,7 @@ export const environment = {
production: false, production: false,
useHash: true, useHash: true,
hmr: true, hmr: true,
baseUrl: 'http://192.168.1.13:8092' baseUrl: 'http://172.16.1.13:8092'
}; };
/* /*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment