Browse Source

[新增]增加参数

非煤矿业企业安全风险监测预警系统
邵佳豪 2 years ago
parent
commit
45c86722e8
  1. 4
      proxy.config.json
  2. 2
      src/app/system-management/host-config/host-config.component.ts

4
proxy.config.json

@ -1,11 +1,11 @@
{ {
"/api": { "/api": {
"target": "http://10.156.134.54:8080/", "target": "http://121.36.37.70:8080/",
"secure": false, "secure": false,
"changeOrigin": true "changeOrigin": true
}, },
"/signalr": { "/signalr": {
"target": "http://10.156.134.54:8080/", "target": "http://121.36.37.70:8080/",
"secure": false, "secure": false,
"ws": true, "ws": true,
"logLevel": "debug" "logLevel": "debug"

2
src/app/system-management/host-config/host-config.component.ts

@ -554,6 +554,8 @@ display-font-size=12
let config3 = ''; let config3 = '';
let config4 = `test_action: true let config4 = `test_action: true
logging_interval : 600 logging_interval : 600
oil_truck_threshold: 0.8
oil_other_threshold: 0.5
`; `;
let xieyouqu = []; let xieyouqu = [];
let order; let order;

Loading…
Cancel
Save