Yi 2 жил өмнө
parent
commit
0f3a40a974

+ 1 - 1
src/utils/request.js

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