Przeglądaj źródła

feat: menu文字变更

sunxiao 5 miesięcy temu
rodzic
commit
52c483f774
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      src/components/Layout/TheMenu.vue
  2. 1 1
      src/router/index.js

+ 1 - 1
src/components/Layout/TheMenu.vue

@@ -32,7 +32,7 @@ function renderLabel (val, url) {
 
 const menuOptions = [
   {
-    label: () => renderLabel('数据分析智能体'),
+    label: () => renderLabel('智能国标化验室数据'),
     icon: renderIcon({ name: 'menu-xiht-analyse' }),
     key: '/'
   },

+ 1 - 1
src/router/index.js

@@ -23,7 +23,7 @@ const constantRouterMap = [
         name: "AnalyseView",
         component: () => import("@/views/xlht/AnalyseView.vue"),
         meta: {
-          title: "数据分析智能体",
+          title: "智能国标化验室数据",
         },
       },
       {