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