diff --git a/src/main.js b/src/main.js index 7a08357..8b1e32b 100644 --- a/src/main.js +++ b/src/main.js @@ -20,9 +20,9 @@ function platCheck() { const mobileKeywords = ['iphone', 'ipod', 'android', 'silk', 'blackberry', 'bb10', 'phone', 'mobile', 'kindle', 'opera mini', 'mobile safari', 'windows phone']; const isMobileDevice = mobileKeywords.some(keyword => userAgent.includes(keyword)); if (!isMobileDevice) { - // let _href = window.location.href; - // let _origin = window.location.origin; - // window.location.href = _href.replace(_origin, import.meta.env.VITE_PC_HOST); + let _href = window.location.href; + let _origin = window.location.origin; + window.location.href = _href.replace(_origin, import.meta.env.VITE_PC_HOST); } } platCheck(); diff --git a/src/views/communication/home.vue b/src/views/communication/home.vue index 63eb2d4..337f10f 100644 --- a/src/views/communication/home.vue +++ b/src/views/communication/home.vue @@ -147,69 +147,126 @@
+
-
+
+
-
-
+