yangwangwen 2 år sedan
förälder
incheckning
583be48f79
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      ks/utils/http.js

+ 2 - 2
ks/utils/http.js

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