songhuangfeng123
2022-04-08 5a2f90a16ea969022be66783c26178c83cfc484d
Merge branches 'master' and 'shf' of https://sinanoaq.cn:8888/r/ztqt into shf
已修改3个文件
22 ■■■■ 文件已修改
src/router/index.js 18 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/layout/Layout.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/layout/components/Institute.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/router/index.js
@@ -54,17 +54,31 @@
    {
        path: '/',
        component: Layout,
        redirect: '/doublePreventAction/doublePreventAction/riskLevelManage/index/doublePreventAction/riskLevelManage/analyseUnit/index',
        redirect: '/workPlan/workPlan/reserve',
        children: [
            {
                path: 'dashboard',
                component: () => import('@/views/doublePreventAction/riskLevelManage/analyseUnit/index'),
                component: () => import('@/views/workPlan/reserve'),
                name: 'Dashboard1',
                meta: { title: '首页', icon: 'el-icon-dash', noCache: true, affix: true }
            }
        ],
        hidden: true
    },
    // {
    //     path: '/',
    //     component: Layout,
    //     redirect: '/doublePreventAction/doublePreventAction/riskLevelManage/index/doublePreventAction/riskLevelManage/analyseUnit/index',
    //     children: [
    //         {
    //             path: 'dashboard',
    //             component: () => import('@/views/doublePreventAction/riskLevelManage/analyseUnit/index'),
    //             name: 'Dashboard1',
    //             meta: { title: '首页', icon: 'el-icon-dash', noCache: true, affix: true }
    //         }
    //     ],
    //     hidden: true
    // },
    {
        path: 'dashboard',
        component: Layout,
src/views/layout/Layout.vue
@@ -45,7 +45,7 @@
    return {
      path: null,
      WarningInfo: null,
      titleName: '众泰'
      titleName: '众泰煤焦化智能化安全管理技术平台'
    }
  },
  mounted() {
src/views/layout/components/Institute.vue
@@ -1,7 +1,7 @@
<template>
  <div class="app-breadcrumb">
    <img :src="avatorPath">
    <h1> 众泰</h1>
    <h1>众泰煤焦化智能化安全管理技术平台</h1>
  </div>
<!--   <el-breadcrumb class="app-breadcrumb" separator="/">-->
<!--    <transition-group name="breadcrumb">-->