Browse Source

首页菜单名称修改

wanggaokun 1 year ago
parent
commit
a261988452
1 changed files with 1 additions and 1 deletions
  1. 1 1
      PHM-web/src/router/index.js

+ 1 - 1
PHM-web/src/router/index.js

@@ -71,7 +71,7 @@ export const constantRoutes = [
         // src\views\manage\orderInfo\index.vue
         component: () => import('@/views/manage/orderInfo/index'),
         name: 'Index',
-        meta: { title: '指令', icon: 'dashboard', affix: true }
+        meta: { title: '试验工程', icon: 'dashboard', affix: true }
       }
     ]
   },