guhongwei il y a 4 ans
Parent
commit
2ffaeae053

+ 7 - 7
src/router/index.js

@@ -7,15 +7,15 @@ Vue.use(VueRouter);
 
 const routes = [
   // 首页
-  {
-    path: '/',
-    name: 'index',
-    meta: { title: '首页', isleftarrow: false },
-    component: () => import('../views/index.vue'),
-  },
+  // {
+  //   path: '/',
+  //   name: 'index',
+  //   meta: { title: '首页', isleftarrow: false },
+  //   component: () => import('../views/index.vue'),
+  // },
   // 直播大厅
   {
-    path: '/live/index',
+    path: '/',
     name: 'live_index',
     meta: { title: '直播大厅', isleftarrow: false },
     component: () => import('../views/live/index.vue'),

+ 3 - 3
src/views/journ/index.vue

@@ -21,9 +21,9 @@
             </van-tab>
           </van-tabs>
         </el-col>
-        <el-col :span="24" class="foot">
+        <!-- <el-col :span="24" class="foot">
           <footInfo></footInfo>
-        </el-col>
+        </el-col> -->
       </el-col>
     </el-row>
   </div>
@@ -44,7 +44,7 @@ export default {
   props: {},
   components: {
     NavBar,
-    footInfo,
+    // footInfo,
     kjzxList,
   },
   data: function() {

+ 3 - 3
src/views/live/index.vue

@@ -27,9 +27,9 @@
             <exports :province="province" :place="place"></exports>
           </span>
         </el-col>
-        <el-col :span="24" class="foot">
+        <!-- <el-col :span="24" class="foot">
           <footInfo @changetxt="changetxt"></footInfo>
-        </el-col>
+        </el-col> -->
       </el-col>
     </el-row>
   </div>
@@ -50,7 +50,7 @@ export default {
   props: {},
   components: {
     NavBar,
-    footInfo,
+    // footInfo,
     product,
     personal,
     exports,

+ 3 - 3
src/views/market/index.vue

@@ -21,9 +21,9 @@
             </van-tab>
           </van-tabs>
         </el-col>
-        <el-col :span="24" class="foot">
+        <!-- <el-col :span="24" class="foot">
           <footInfo></footInfo>
-        </el-col>
+        </el-col> -->
       </el-col>
     </el-row>
   </div>
@@ -44,7 +44,7 @@ export default {
   props: {},
   components: {
     NavBar,
-    footInfo,
+    // footInfo,
     // 技术成果
     achieve,
     // 科技需求

+ 3 - 3
src/views/service/index.vue

@@ -117,9 +117,9 @@
             </van-tabs>
           </el-col>
         </el-col>
-        <el-col :span="24" class="foot">
+        <!-- <el-col :span="24" class="foot">
           <footInfo></footInfo>
-        </el-col>
+        </el-col> -->
       </el-col>
     </el-row>
   </div>
@@ -139,7 +139,7 @@ export default {
   props: {},
   components: {
     NavBar,
-    footInfo,
+    // footInfo,
     technicallist,
   },
   data: function() {

+ 3 - 3
src/views/user/index.vue

@@ -16,9 +16,9 @@
             <clickBtn></clickBtn>
           </el-col>
         </el-col>
-        <el-col :span="24" class="foot">
+        <!-- <el-col :span="24" class="foot">
           <footInfo></footInfo>
-        </el-col>
+        </el-col> -->
       </el-col>
     </el-row>
   </div>
@@ -34,7 +34,7 @@ export default {
   props: {},
   components: {
     NavBar,
-    footInfo,
+    // footInfo,
     clickBtn,
   },
   data: function() {