|
@@ -35,6 +35,14 @@ let lang = new Object();
|
|
|
|
|
|
lang = cn;
|
|
|
|
|
|
+if (window.location.href.includes("region=cn")) {
|
|
|
+ lang = cn;
|
|
|
+}else if(window.location.href.includes("region=en")){
|
|
|
+ lang = en;
|
|
|
+}else if(window.location.href.includes("region=hk")){
|
|
|
+ lang = hk;
|
|
|
+}
|
|
|
+
|
|
|
Vue.use(VideoPlayer).use(VueAudio).use(VueCookies).use(Viewer).use(hevueImgPreview, {
|
|
|
clickMaskCLose: true
|
|
|
})
|