Explorar el Código

[新建]result页面

soleil hace 7 años
padre
commit
5a84717e26
Se han modificado 2 ficheros con 7 adiciones y 0 borrados
  1. 4 0
      src/router/routes.js
  2. 3 0
      src/views/teacher/Result/index.vue

+ 4 - 0
src/router/routes.js

@@ -53,6 +53,10 @@ export default [
       {
         path: "question",
         component: () => import("@/views/teacher/Question")
+      },
+      {
+        path: "result",
+        component: () => import("@/views/teacher/Result")
       }
     ]
   },

+ 3 - 0
src/views/teacher/Result/index.vue

@@ -0,0 +1,3 @@
+<template>
+  <div>hello result</div>
+</template>