Rorschach 6 years atrás
parent
commit
aef22c3783
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/utils/http.js

+ 1 - 1
src/utils/http.js

@@ -7,7 +7,7 @@ import {
 // http://whiteboardtest.ai160.com/
 // 'http://manage.ai160.com/'
 axios.defaults.timeout = 5000;
-axios.defaults.baseURL = 'http://manage.ai160.com/';
+axios.defaults.baseURL = 'http://whiteboardtest.ai160.com/';
 
 /*** 
  *