a
Showing
.env.development
0 → 100644
.env.production
0 → 100644
.gitignore
0 → 100644
babel.config.js
0 → 100644
jsconfig.json
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
| { | |||
| "name": "art-exam-web", | |||
| "version": "0.1.0", | |||
| "private": true, | |||
| "scripts": { | |||
| "serve": "vue-cli-service serve", | |||
| "build": "vue-cli-service build" | |||
| }, | |||
| "dependencies": { | |||
| "axios": "^1.3.5", | |||
| "core-js": "^3.8.3", | |||
| "element-ui": "^2.15.13", | |||
| "js-cookie": "^3.0.4", | |||
| "nprogress": "^0.2.0", | |||
| "print-js": "^1.6.0", | |||
| "vue": "^2.6.14", | |||
| "vue-axios": "^3.5.2", | |||
| "vue-router": "^3.5.1", | |||
| "vuex": "^3.6.2" | |||
| }, | |||
| "devDependencies": { | |||
| "@vue/cli-plugin-babel": "~5.0.0", | |||
| "@vue/cli-plugin-router": "~5.0.0", | |||
| "@vue/cli-plugin-vuex": "~5.0.0", | |||
| "@vue/cli-service": "~5.0.0", | |||
| "less": "^4.0.0", | |||
| "less-loader": "^8.0.0", | |||
| "mockjs": "^1.1.0", | |||
| "vue-template-compiler": "^2.6.14" | |||
| }, | |||
| "browserslist": [ | |||
| "> 1%", | |||
| "last 2 versions", | |||
| "not dead" | |||
| ] | |||
| } |
public/favicon.ico
0 → 100644
File added
public/index.html
0 → 100644
src/App.vue
0 → 100644
src/api/login.js
0 → 100644
src/api/student.js
0 → 100644
src/assets/image/background.png
0 → 100644
400 KB
src/assets/image/check.png
0 → 100644
12.3 KB
src/assets/image/noScore.png
0 → 100644
11.8 KB
src/assets/image/nocard.png
0 → 100644
9.67 KB
src/assets/image/photo.png
0 → 100644
833 Bytes
src/assets/image/pull-down.png
0 → 100644
167 Bytes
src/assets/image/success.png
0 → 100644
17.4 KB
src/assets/image/title.png
0 → 100644
29.8 KB
src/assets/logo.png
0 → 100644
6.69 KB
src/components/Check.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/HeadInfo.vue
0 → 100644
src/components/Print.vue
0 → 100644
src/components/Score.vue
0 → 100644
src/components/SignUp.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/validate.vue
0 → 100644
src/main.js
0 → 100644
src/permission.js
0 → 100644
src/router/index.js
0 → 100644
src/store/index.js
0 → 100644
src/store/modules/user.js
0 → 100644
src/utils/auth.js
0 → 100644
src/utils/request.js
0 → 100644
src/utils/validate/index.js
0 → 100644
src/views/ApplyProcess.vue
0 → 100644
src/views/Entry.vue
0 → 100644
src/views/Instruction.vue
0 → 100644
src/views/Login.vue
0 → 100644
src/views/Register.vue
0 → 100644
vue.config.js
0 → 100644
web_dist/favicon.ico
0 → 100644
File added
web_dist/index.html
0 → 100644
web_dist/static/css/about.22b6c9c6.css
0 → 100644
web_dist/static/css/app.7e110e8b.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
File added
File added
web_dist/static/img/background.743fea97.png
0 → 100644
400 KB
web_dist/static/img/check.6b46e399.png
0 → 100644
12.3 KB
web_dist/static/img/noScore.7a531599.png
0 → 100644
11.8 KB
web_dist/static/img/nocard.2e304309.png
0 → 100644
9.67 KB
web_dist/static/img/success.39b6a92a.png
0 → 100644
17.4 KB
web_dist/static/img/title.b8ec70cd.png
0 → 100644
29.8 KB
web_dist/static/js/about.ea9e2d00.js
0 → 100644
This diff is collapsed.
Click to expand it.
web_dist/static/js/app.53de8550.js
0 → 100644
This diff is collapsed.
Click to expand it.
web_dist/static/js/chunk-vendors.3ec8172f.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment