- - - - - - - - - + + +
+
+
+ + + +
+
用户账号
+
+
+ +
+
- +
+
+
+ + + +
+
用户密码
+
+
+ +
+
- +
+
+
+ + + +
+
确认密码
+
+
+ +
+
+
+ +
+
+
+ + + +
+
姓名
+
+
+ +
+
+
+ + +
+
+
+ + + +
+
班级
+
+
+ +
+
+
+ + +
+
+
+ + + +
+
学号
+
+
+ +
+
+
+ +
+
+
+ + + +
+
手机号
+
+
+ +
+
- +
+
+
+ + + +
+
验证码
+
+
+
+ +
+ +
+
+
+
+
+ + 注册 - + 返回到登录页 @@ -78,77 +156,87 @@
-->
- - + +
-
+
- +
用户名
- +
- - + +
+
+
+ + + +
+
学号
+
+
+ +
+
- - + +
+
+
+ + + +
+
密码
+
+
+ +
+
- -
- -
- + +
+
+
+ + + +
+
验证码
+
+
+
+ +
+ +
+
+ + - 登录 - 去注册 + 登录 + 去注册 @@ -161,11 +249,12 @@ diff --git a/src/router/index.ts b/src/router/index.ts index 73e7f74..75b9269 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -27,6 +27,11 @@ const routerList: any = [ }, ], }, + { + path: '/subjectTest', // 题目测试页面 + name: 'SubjectTest', + component: () => import('@/views/subjectTest/index.vue'), + }, { path: '/login', name: 'Login', diff --git a/src/views/resultsAnnounced/index.vue b/src/views/resultsAnnounced/index.vue new file mode 100644 index 0000000..95011ca --- /dev/null +++ b/src/views/resultsAnnounced/index.vue @@ -0,0 +1,231 @@ + + + + + + \ No newline at end of file diff --git a/src/views/subjectTest/index.vue b/src/views/subjectTest/index.vue new file mode 100644 index 0000000..dd07fb7 --- /dev/null +++ b/src/views/subjectTest/index.vue @@ -0,0 +1,365 @@ + + + + + diff --git a/tsconfig.json b/tsconfig.json index 12947d9..8215648 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,7 @@ "skipLibCheck": true, /* Bundler mode */ - "moduleResolution": "bundler", + "moduleResolution": "node", "allowImportingTsExtensions": true, "resolveJsonModule": true, "isolatedModules": true,