王晓晨 hace 3 años
padre
commit
869977eb74
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      static/config.js

+ 1 - 1
static/config.js

@@ -13,7 +13,7 @@ var config = function() {
 	}else if(env === 'test2'){
 		result.BASE_URL = "https://opentest2.elab.ink";
 	}else if(env === 'uat'){
-		result.BASE_URL = "";
+		result.BASE_URL = "https://opentest1.elab.ink:8866";
 	}else if(env === 'product'){
 		result.BASE_URL = "";
 	}else{