Browse Source

[完善]更新yaml文件

master
邵佳豪 5 months ago
parent
commit
af37d0fe98
  1. 2
      package.json
  2. 4
      proxy.config.json
  3. 2
      src/app/app.component.ts
  4. 10
      src/app/system-management/host-config/host-config.component.ts

2
package.json

@ -3,7 +3,7 @@
"version": "0.0.0", "version": "0.0.0",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve --proxy-config proxy.config.json --open --port 1234 --host 192.168.1.82", "start": "ng serve --proxy-config proxy.config.json --open --port 1234",
"build": "ng build", "build": "ng build",
"watch": "ng build --watch --configuration development", "watch": "ng build --watch --configuration development",
"test": "ng test" "test": "ng test"

4
proxy.config.json

@ -1,13 +1,13 @@
{ {
"/api": { "/api": {
"target": "http://10.156.134.53:9001/", "target": "http://121.36.37.70:8080/",
"测试":"http://121.36.37.70:8080/", "测试":"http://121.36.37.70:8080/",
"生产":"http://10.156.134.53:9001/", "生产":"http://10.156.134.53:9001/",
"secure": false, "secure": false,
"changeOrigin": true "changeOrigin": true
}, },
"/signalr": { "/signalr": {
"target": "http://10.156.134.53:9001/", "target": "http://121.36.37.70:8080/",
"secure": false, "secure": false,
"ws": true, "ws": true,
"logLevel": "debug" "logLevel": "debug"

2
src/app/app.component.ts

@ -13,6 +13,6 @@ export class AppComponent {
//调用服务中的function刷新token //调用服务中的function刷新token
this.token.startUp() this.token.startUp()
} }
console.log('更新日期:20230814') console.log('更新日期:20241109')
} }
} }

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

@ -1575,6 +1575,16 @@ rule_threshold:
ip: this.hostData.hostIPAddress, ip: this.hostData.hostIPAddress,
imgScale: 1.5, imgScale: 1.5,
cpuRtsp: false, cpuRtsp: false,
warning: {
open: false,
volume: 6,
continue_s: 5,
dev: 'ttyUSB0',
},
audio: {
open: false,
volume: 0.5,
},
pipline: '', pipline: '',
workerTag: ['worker'], workerTag: ['worker'],
caps: [], caps: [],

Loading…
Cancel
Save