Browse Source

dockefile: 空版本

Yi 1 year ago
parent
commit
0f3a40a974
1 changed files with 1 additions and 1 deletions
  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
 }