@@ -9,8 +9,8 @@ var URL = process.env.VUE_APP_BASE_API
if (DoMainString) {
URL = DoMainString
}
-
console.log(URL,'===========URL')
+
if(URL.indexOf('/')==0 && URL.length==1){
URL= window.location.protocol + "//"+window.location.host+aa