From 0cc01c2e0ca79fe901151b83d14eae32463d8f0a Mon Sep 17 00:00:00 2001
From: 15179599649 <zhangyiyao89@qq.com>
Date: Thu, 04 Jan 2024 17:30:19 +0800
Subject: [PATCH] '完善考核模块'

---
 src/router/page/index.js |   26 +++++++++++++++++++++++++-
 1 files changed, 25 insertions(+), 1 deletions(-)

diff --git a/src/router/page/index.js b/src/router/page/index.js
index 7d0db20..1f9852a 100644
--- a/src/router/page/index.js
+++ b/src/router/page/index.js
@@ -27,22 +27,46 @@
     path: "/login",
     component: () => import("../../views/login/index.vue"),
   },
-
+  //留言
+  {
+    path: "/message",
+    component: () => import("../../views/message/index.vue"),
+  },
   //添加留言
   {
     path: "/Addmessage",
     component: () => import("../../views/Addmessage/index.vue"),
+  },
+  //评分
+  {
+    path: "/examine",
+    component: () => import("../../views/examine/index.vue"),
   },
   //去评分
   {
     path: "/toexamine",
     component: () => import("../../views/toexamine/index.vue"),
   },
+  // 评优页面
+  {
+    path: "/Appraising",
+    component: () => import("../../views/Appraising/index.vue"),
+  },
   // 去评优
   {
     path: "/toAppraising",
     component: () => import("../../views/toAppraising/index.vue"),
   },
+  //员工评优
+  {
+    path: '/toAppraisingfirst',
+    component: () => import("../../views/toAppraising/toAppraisingfirst.vue"),
+  },
+  //部门评优
+  {
+    path: '/toAppraisingtwo',
+    component: () => import("../../views/toAppraising/toAppraisingtwo.vue"),
+  }
 ];
 
 const router = new VueRouter({

--
Gitblit v1.9.3