fix: 修复detection数据缺少时显示异常的问题

This commit is contained in:
刘洪洪
2023-10-17 10:01:32 +08:00
parent 0a9d5591d5
commit b0a7d44c42
3 changed files with 9 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
const BASE_CONFIG = {
baseUrl: 'http://192.168.44.54:8092/',
baseUrl: 'http://192.168.44.54:8090/',
version: '23.10',
apiVersion: 'v1'
}