fix: config.js文件baseUrl ip修改,报告列表顺序调整

This commit is contained in:
@changcode
2022-07-08 10:49:50 +08:00
parent 58b6f6b6a2
commit 3109b9979b
2 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
var BASE_CONFIG = {
baseUrl: 'http://192.168.44.54:8090/',
baseUrl: 'http://192.168.44.53:8090/',
version: '2.0.2021.05.11.19.43'
}