lsc 1 gadu atpakaļ
vecāks
revīzija
6ce5f076db
3 mainītis faili ar 25 papildinājumiem un 0 dzēšanām
  1. 6 0
      src/router/router.config.js
  2. 11 0
      src/views/eva/index.vue
  3. 8 0
      src/views/layouts/index.vue

+ 6 - 0
src/router/router.config.js

@@ -39,6 +39,12 @@ export const constantRouterMap = [
         name: 'Test',
         component: () => import('@/views/test/index'),
         meta: { title: '评测中心', keepAlive: false }
+      },
+      {
+        path: 'eva',
+        name: 'eva',
+        component: () => import('@/views/eva/index'),
+        meta: { title: '学生评价', keepAlive: false }
       }
     ]
   },

+ 11 - 0
src/views/eva/index.vue

@@ -0,0 +1,11 @@
+<template>
+  <div>
+    学生评价
+  </div>
+</template>
+
+<script>
+export default {}
+</script>
+
+<style lang="scss" scoped></style>

+ 8 - 0
src/views/layouts/index.vue

@@ -27,6 +27,14 @@ export default {
           },
           icon: 'home-o'
         },
+        {
+          title: '学生评价',
+          to: {
+            path: '/eva'
+          },
+          activeIcon: require('../../assets/images/course/commmt-active1.png'),
+          normalIcon: require('../../assets/images/course/comment1.png')
+        },
         {
           title: '评测中心',
           to: {