浏览代码

首页菜单名称修改

wanggaokun 1 年之前
父节点
当前提交
a261988452
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 }
       }
     ]
   },