liyongli 1 year ago
parent
commit
4c0f1e2877
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/scheduling.js

+ 1 - 1
src/api/scheduling.js

@@ -1,5 +1,5 @@
 import ajax from '@/utils/request.js';
-const burl = location.protocol + '//import.smcic.net:8081'
+const burl = location.protocol + '//bigdata.smcic.net:8081'
 export function getUsers() {
   return ajax({
     url: burl + '/user-list',