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

测试环境更新

parent 704a4276
......@@ -120,7 +120,7 @@ export class ProProfileAdvancedComponent implements OnInit {
getBase() {
const req = {
sn: '19040999',
sn: '19041234',
type: 'WTD93RX',
};
this.http.post(environment.baseUrl + '/data/getRealTimeData', req).subscribe((res: any) => {
......@@ -157,7 +157,7 @@ export class ProProfileAdvancedComponent implements OnInit {
const req = {
endTime: new Date().getTime(),
parameter: item,
sn: '19040999',
sn: '19041234',
startTime: end,
type: 'WTD93RX',
};
......
......@@ -7,7 +7,7 @@ export const environment = {
production: false,
useHash: 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