liyongli 1 year ago
parent
commit
2377a56b73
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 + '//bigdata.smcic.net:8081'
+const burl = 'https//bigdata.smcic.net:8081'
 export function getUsers() {
   return ajax({
     url: burl + '/user-list',