|
@@ -1,7 +1,6 @@
|
|
|
const ui = require('./ui');
|
|
|
- const BASE_URL = 'https://www.dghdwy.cn/monitor/api/fz/we'
|
|
|
- // const BASE_URL = 'http://119.29.97.109:8080/monitor'
|
|
|
- // const BASE_URL = 'http://192.168.3.51:8089/monitor/api/fz/we'
|
|
|
+ const BASE_URL = 'https://www.dghdwy.cn/monitor/api/fz/we'
|
|
|
+ //const BASE_URL = 'http://192.168.3.51:8089/monitor/api/fz/we'
|
|
|
|
|
|
function request(obj) {
|
|
|
return new Promise(function(resolve, reject) {
|