Browse Source

[完善]更新yaml文件

master
邵佳豪 3 weeks 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",
"scripts": {
"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",
"watch": "ng build --watch --configuration development",
"test": "ng test"

4
proxy.config.json

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

2
src/app/app.component.ts

@ -13,6 +13,6 @@ export class AppComponent {
//调用服务中的function刷新token
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,
imgScale: 1.5,
cpuRtsp: false,
warning: {
open: false,
volume: 6,
continue_s: 5,
dev: 'ttyUSB0',
},
audio: {
open: false,
volume: 0.5,
},
pipline: '',
workerTag: ['worker'],
caps: [],

Loading…
Cancel
Save