Browse Source

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

yz 2 weeks ago
parent
commit
67404f9b2c
1 changed files with 2 additions and 2 deletions
  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"
                 }
             }