소스 검색

fix(router): 将理赔管理更名为理赔查询

yz 2 주 전
부모
커밋
67404f9b2c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/router/views/index.js

+ 2 - 2
src/router/views/index.js

@@ -163,12 +163,12 @@ export default [
         children: [
             {
                 path: "index",
-                name: "理赔管理",
+                name: "理赔查询",
                 component: () => import("@/views/claim/index"),
                 meta: {
                     keepAlive: true,
                     isAuth: true,
-                    title: "理赔管理",
+                    title: "理赔查询",
                     icon: "el-icon-warning"
                 }
             }