lsc 3 주 전
부모
커밋
52498bc0ee
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/main.js

+ 1 - 0
src/main.js

@@ -32,6 +32,7 @@ if (parent?.location?.href.includes('beta')) {
   console.log(parent.location.href);
   region = 'com'
 } 
+console.log(region);
 
 Vue.prototype.$region = region;