zx 1 سال پیش
والد
کامیت
acd744005c
1فایلهای تغییر یافته به همراه8 افزوده شده و 0 حذف شده
  1. 8 0
      fhKeeper/formulahousekeeper/timesheet-workshop-h5/src/router/index.js

+ 8 - 0
fhKeeper/formulahousekeeper/timesheet-workshop-h5/src/router/index.js

@@ -89,6 +89,14 @@ const router = new Router({
             title: "班组人员",
             keepAlive: false
         }
+    },
+     {
+        path: "/MemberInfo",
+        component: () => import("@/views/groupView/info"),
+        meta: {
+            title: "通讯录",
+            keepAlive: false
+        }
     },
     {
         path: "/workView",