lchao 1 年之前
父节点
当前提交
980e502573

二进制
songhua-ui/src/assets/images/songhuahu.png


+ 6 - 6
songhua-ui/src/layout/components/Navbar.vue

@@ -9,13 +9,13 @@
       <template v-if="device!=='mobile'">
         <search id="header-search" class="right-menu-item" />
 
-        <el-tooltip content="源码地址" effect="dark" placement="bottom">
-          <ruo-yi-git id="ruoyi-git" class="right-menu-item hover-effect" />
-        </el-tooltip>
+<!--        <el-tooltip content="源码地址" effect="dark" placement="bottom">-->
+<!--          <ruo-yi-git id="ruoyi-git" class="right-menu-item hover-effect" />-->
+<!--        </el-tooltip>-->
 
-        <el-tooltip content="文档地址" effect="dark" placement="bottom">
-          <ruo-yi-doc id="ruoyi-doc" class="right-menu-item hover-effect" />
-        </el-tooltip>
+<!--        <el-tooltip content="文档地址" effect="dark" placement="bottom">-->
+<!--          <ruo-yi-doc id="ruoyi-doc" class="right-menu-item hover-effect" />-->
+<!--        </el-tooltip>-->
 
         <screenfull id="screenfull" class="right-menu-item hover-effect" />
 

+ 18 - 16
songhua-ui/src/router/index.js

@@ -94,7 +94,7 @@ export const constantRoutes = [
       }
     ]
   },
-  {
+  // {
     //林业中心
     // path: '/songhuaIndex',
     // name: 'songhuaIndex',
@@ -102,21 +102,23 @@ export const constantRoutes = [
     // meta: {
     //   title: '松花湖'
     // }
-    path: 'http://dsj.1230t.com/',
-    name: 'songhuaIndex',
-    component: () => import('@/views/index/index'),
-    meta: {
-      title: '易景通数据指数'
-    }
-  },
-  {
-    path: '/songhuaIndex1',
-    name: 'songhuaIndex1',
-    component: () => import('@/views/index1/index'),
-    meta: {
-      title: '松花湖景区通'
-    }
-  },
+  //   path: 'http://dsj.1230t.com/',
+  //   name: 'songhuaIndex',
+  //   component: () => import('@/views/index/index'),
+  //   meta: {
+  //     title: '易景通数据指数',
+  //     icon: ['dashboard'] // 添加图标
+  //   }
+  // },
+  // {
+  //   path: '/songhuaIndex1',
+  //   name: 'songhuaIndex1',
+  //   component: () => import('@/views/index1/index'),
+  //   meta: {
+  //     title: '松花湖景区通',
+  //     icon: ['eye-open'] // 添加图标
+  //   }
+  // },
 ]
 
 // 动态路由,基于用户权限动态去加载

+ 4 - 4
songhua-ui/src/views/index.vue

@@ -1,8 +1,8 @@
 <template>
   <div class="image-container">
-    <video 
-      src="../assets/video/bg.mp4" 
-      style="width: 100%; object-fit:fill;" 
+    <video
+      src="../assets/video/bg.mp4"
+      style="width: 100%; object-fit:fill;"
       autoplay
       loop
       muted
@@ -28,7 +28,7 @@ export default {
   },
   methods: {
     shipHandler() {
-      window.open("http://localhost/songhuaIndex1");
+      window.open("http://jqt.songhuahujqt.com/songhuaIndex1");
     },
     ticketHandler(){
       window.open("http://dsj.1230t.com/");

+ 1 - 1
songhua-ui/src/views/login.vue

@@ -161,7 +161,7 @@ export default {
   justify-content: center;
   align-items: center;
   height: 100%;
-  background-image: url("../assets/images/login-background.jpg");
+  background-image: url("../assets/images/songhuahu.png");
   background-size: cover;
 }
 .title {