Browse Source

修改数据

bihuisong 11 months ago
parent
commit
8656de7b90
2 changed files with 18 additions and 31 deletions
  1. 18 18
      zhsq_qk-ui/src/router/index.js
  2. 0 13
      zhsq_qk-ui/src/views/fusion/fwyq.vue

+ 18 - 18
zhsq_qk-ui/src/router/index.js

@@ -159,11 +159,11 @@ export const constantRoutes = [
     path: '/401',
     component: () => import('@/views/error/401'),
     hidden: true
-  },
-  {
-    path: '/bjzshz',
-    component: () => import('@/views/fusion/bjzshz'),
-    hidden: true
+  },
+  {
+    path: '/bjzshz',
+    component: () => import('@/views/fusion/bjzshz'),
+    hidden: true
   },
 
   {
@@ -179,19 +179,19 @@ export const constantRoutes = [
       }
     ]
   },
-  {
-    path: '/',
-    component: Layout,
-    redirect: 'weather',
-    children: [
-      {
-        path: 'weather',
-        component: () => import('@/views/fusion/index'),
-        name: 'weather',
-        meta: {title: '首页', icon: 'dashboard', affix: true}
-      }
-    ]
-  },
+  // {
+  //   path: '/',
+  //   component: Layout,
+  //   redirect: 'weather',
+  //   children: [
+  //     {
+  //       path: 'weather',
+  //       component: () => import('@/views/fusion/index'),
+  //       name: 'weather',
+  //       meta: {title: '首页', icon: 'dashboard', affix: true}
+  //     }
+  //   ]
+  // },
   {
     path: '/user',
     component: Layout,

+ 0 - 13
zhsq_qk-ui/src/views/fusion/fwyq.vue

@@ -3440,19 +3440,6 @@ $(function () {
     $(this).addClass('current').siblings('li').removeClass('current');
   });
 });
-
-//切换单屏电视墙
-$(function () {
-  $(this.$el).find('.facility_tab .div_tab a').TL_Tab({
-    tab: ".facility_tab .div_tab a",
-    box: ".facility_tab .tab_cont",
-    events: "click",
-    num: 1,
-    speed: 10
-  });
-});
-
-
 </script>
 
 <style>