소스 검색

dockefile: 空版本

Yi 1 년 전
부모
커밋
0f3a40a974
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/utils/request.js

+ 1 - 1
src/utils/request.js

@@ -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
 }