Rorschach hace 6 años
padre
commit
aef22c3783
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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/';
 
 /*** 
  *