Commit de2e5635 authored by van.chen's avatar van.chen

修改接口地址

parent 804db74b
......@@ -13,8 +13,8 @@
<thead nz-thead>
<tr>
<th nz-th><span>{{'wayName' | translate}}</span></th>
<!--<th nz-th><span>{{'moduleName' | translate}}</span></th>-->
<th nz-th><span>{{'wayAlias' | translate}}</span></th>
<th nz-th><span>{{'wayDescription' | translate}}</span></th>
<th nz-th><span>{{'per' | translate}}</span></th>
<th nz-th><span>{{'wayType' | translate}}</span></th>
<th nz-th><span>{{'max' | translate}}</span></th>
......@@ -30,8 +30,8 @@
<tbody nz-tbody>
<tr *ngFor="let one of nzTable.data, let i = index">
<td nz-td>{{one.name}}</td>
<!--<td nz-td>{{one.probesModelName}}</td>-->
<td nz-td>{{one.alias}}</td>
<td nz-td>{{one.description}}</td>
<td nz-td>{{one.unit}}</td>
<td nz-td>{{one.type}}</td>
<td nz-td>{{one.rangeMax}}</td>
......
......@@ -5,9 +5,9 @@
export const environment = {
production: false,
test: false,
// baseUrl: 'http://cloud-test.witium.com/api', // 对外访问测试网地址
baseUrl: 'http://cloud-test.witium.com/api', // 对外访问测试网地址
// baseUrl: 'http://172.16.1.53:8092', // cy
baseUrl: 'http://172.16.1.52:8094', // zz
// baseUrl: 'http://172.16.1.52:8094', // zz
// baseUrl: 'http://172.16.1.13:8094', // 测试
};
......
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