guhongwei 4 lat temu
rodzic
commit
1efd063a48
3 zmienionych plików z 4 dodań i 4 usunięć
  1. 1 1
      public/home.html
  2. 1 1
      src/layout/live/head.vue
  3. 2 2
      src/router/index.js

+ 1 - 1
public/home.html

@@ -69,7 +69,7 @@
       <p>动态监测</p>
       <p>动态监测</p>
     </a>
     </a>
     <a class="list fn_4 moveUpDownFla2" target="_blank" href="live/service">
     <a class="list fn_4 moveUpDownFla2" target="_blank" href="live/service">
-      <p>创新服务</p>
+      <p>新闻资讯</p>
     </a>
     </a>
     <a class="list fn_5 moveUpDownFla2" target="_blank" href="technical/index">
     <a class="list fn_5 moveUpDownFla2" target="_blank" href="technical/index">
       <p>技术交流</p>
       <p>技术交流</p>

+ 1 - 1
src/layout/live/head.vue

@@ -54,7 +54,7 @@
                 <span></span>
                 <span></span>
               </li>
               </li>
               <li :class="isTab('service') ? 'active' : ''">
               <li :class="isTab('service') ? 'active' : ''">
-                <a @click="turnTo('service')" target="">创新服务</a>
+                <a @click="turnTo('service')" target="">新闻资讯</a>
                 <span></span>
                 <span></span>
               </li>
               </li>
               <li :class="isTab('dynamic') ? 'active' : ''">
               <li :class="isTab('dynamic') ? 'active' : ''">

+ 2 - 2
src/router/index.js

@@ -128,13 +128,13 @@ const live = [
       },
       },
       {
       {
         path: '/live/service',
         path: '/live/service',
-        meta: { title: '创新服务', subSite: true },
+        meta: { title: '新闻资讯', subSite: true },
         name: 'live_service',
         name: 'live_service',
         component: () => import('../views/service/index.vue'),
         component: () => import('../views/service/index.vue'),
       },
       },
       {
       {
         path: '/live/service/list',
         path: '/live/service/list',
-        meta: { title: '创新服务', subSite: true },
+        meta: { title: '新闻资讯', subSite: true },
         name: 'live_service_list',
         name: 'live_service_list',
         component: () => import('../views/service/list.vue'),
         component: () => import('../views/service/list.vue'),
       },
       },