From e2726f9984cd169e184d6767594d2f4ed93610a0 Mon Sep 17 00:00:00 2001
From: zhaowei <zhaowei>
Date: 星期二, 30 七月 2024 10:00:46 +0800
Subject: [PATCH] 1、修改项目名称和logo 2、调整用户管理编辑字段 3、调整首页为设备监控页面

---
 src/components/layouts/TabLayout.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/components/layouts/TabLayout.vue b/src/components/layouts/TabLayout.vue
index 4249c19..f4b8b07 100644
--- a/src/components/layouts/TabLayout.vue
+++ b/src/components/layouts/TabLayout.vue
@@ -14,7 +14,7 @@
       @change="changePage"
       @tabClick="tabCallBack"
       @edit="editPage">
-      <a-tab-pane :id="page.fullPath" :key="page.fullPath" v-for="page in pageList" :closable="!(page.meta.title=='棣栭〉')">
+      <a-tab-pane :id="page.fullPath" :key="page.fullPath" v-for="page in pageList" :closable="!(page.meta.title=='璁惧鐩戞帶')">
         <span slot="tab" :pagekey="page.fullPath">{{ page.meta.title }}</span>
       </a-tab-pane>
     </a-tabs>
@@ -43,7 +43,7 @@
   import { CACHE_INCLUDED_ROUTES } from '@/store/mutation-types'
   import registerApps from "@/qiankun";
 
-  const indexKey = '/dashboard/analysis'
+  const indexKey = '/mdc/base/DeviceBaseInfo'
 
   export default {
     name: 'TabLayout',
@@ -165,12 +165,12 @@
       // 灏嗛椤垫坊鍔犲埌绗竴浣�
       addIndexToFirst() {
         this.pageList.splice(0, 0, {
-          name: 'dashboard-analysis',
+          name: 'mdc-base-DeviceBaseInfo',
           path: indexKey,
           fullPath: indexKey,
           meta: {
-            icon: 'dashboard',
-            title: '棣栭〉'
+            icon: '',
+            title: '璁惧鐩戞帶'
           }
         })
         this.linkList.splice(0, 0, indexKey)
@@ -183,7 +183,7 @@
        * @param title 瑕佷慨鏀圭殑鏂版爣棰�
        */
       changeTitle(title) {
-        let projectTitle = "Jeecg-Boot 浼佷笟绾т綆浠g爜骞冲彴"
+        let projectTitle = "涓浗涓�鎷栫鐞嗙郴缁�"
         // 棣栭〉鐗规畩澶勭悊
         if (this.$route.path === indexKey) {
           document.title = projectTitle

--
Gitblit v1.9.3