Explorar el Código

外部设备租赁

李浩杰 hace 4 años
padre
commit
56357a6bed
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      mini/utils/http.js

+ 1 - 1
mini/utils/http.js

xqd
@@ -1,4 +1,4 @@
-const isTest = true;
+const isTest = false;
 const baseUrl = isTest ? 'http://app.rt/api/mini/' : 'http://t18.9026.com/api/mini/';
 
 const http = (data) => {