瀏覽代碼

feat: 菜单文字变更

sunxiao 6 月之前
父節點
當前提交
6586da5d5b
共有 2 個文件被更改,包括 3 次插入3 次删除
  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: "智能国标化验室数据",
         },
       },
       {