Browse Source

feat: 菜单文字变更

sunxiao 4 months ago
parent
commit
6586da5d5b
2 changed files with 3 additions and 3 deletions
  1. 2 2
      src/components/Layout/TheMenu.vue
  2. 1 1
      src/router/index.js

+ 2 - 2
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: '/'
   },
@@ -42,7 +42,7 @@ const menuOptions = [
     key: '/medicinal',
   },
   {
-    label: () => renderLabel('预测分析智能体'),
+    label: () => renderLabel('水质预测智能体'),
     icon: renderIcon({ name: 'menu-answers' }),
     key: '/calculate',
   },

+ 1 - 1
src/router/index.js

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