소스 검색

首页菜单名称修改

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 }
       }
     ]
   },