Explorar el Código

dockerfile: 空版本2

Yi hace 1 año
padre
commit
0c8f0879e2
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/utils/request.js

+ 1 - 0
src/utils/request.js

@@ -9,6 +9,7 @@ var URL = process.env.VUE_APP_BASE_API
 if (DoMainString) {
   URL = DoMainString
 }
+
 console.log(URL,'===========URL')
 
 if(URL.indexOf('/')==0 && URL.length==1){