소스 검색

修改bug

chenrui 2 년 전
부모
커밋
19a8c3e026
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      public/dzd/index.html

+ 1 - 1
public/dzd/index.html

@@ -285,7 +285,7 @@
 		new Vue({
 		  el: '#app',
 		  data: {
-		    ajaxUrl: process.env.VUE_APP_API_BASE_URL,
+		    ajaxUrl: window.location.origin,
 		    saleList: [],
 		    saleDetailList: [],
 		    info: {},