shaogen1995 2 лет назад
Родитель
Сommit
662591c8a3
2 измененных файлов с 8 добавлено и 3 удалено
  1. 3 1
      pc场景/public/index.html
  2. 5 2
      定制化热点/src/views/Home.vue

+ 3 - 1
pc场景/public/index.html

@@ -46,7 +46,9 @@
         ) {
             // 移动端
             if (window.location.href.includes("web")) {
-                window.location.href = window.location.href.replace("web", "YHTM");
+                const myTitle = window.location.href.includes('_1')
+                if (myTitle) window.location.href = window.location.href.replace("web", "webMEn");
+                else window.location.href = window.location.href.replace("web", "webM");
                 setTimeout(() => {
                     location.reload(true);
                 }, 200);

+ 5 - 2
定制化热点/src/views/Home.vue

@@ -287,8 +287,11 @@ export default {
     }
     .content {
       color: #fff;
-      font-size: 12px;
-      line-height: 18px;
+      font-size: 14px;
+      line-height: 22px;
+      /deep/h3{
+        margin: 10px 0;
+      }
     }
     // 多张图
     .swBox1 {