From 03d2d0b61c45c23ffbaf04bcf014ae668c355436 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=B2=88=E5=AD=A6=E5=9D=A4?= <1107410514@qq.com>
Date: Fri, 11 Oct 2019 16:59:03 +0800
Subject: [PATCH] kun 19/10/11 17
---
src/components/HeaderNav.vue | 6 +-
src/components/PagingDevice.vue | 109 ++++++++++++
src/http.js | 36 ++--
src/router.js | 11 +-
src/views/InformationQuery.vue | 64 +++----
src/views/Login.vue | 11 +-
src/views/Registered.vue | 46 ++++-
src/views/home/ApplyFor.vue | 2 +-
src/views/home/HomePage.vue | 21 ++-
src/views/home/NewsDetails.vue | 21 ++-
src/views/home/NewsList.vue | 20 ++-
src/views/personal/Apply.vue | 258 ++++++++++++++++++++++++-----
src/views/personal/Declare.vue | 21 ++-
src/views/personal/Modify.vue | 7 +-
src/views/personal/PersonalZte.vue | 9 +-
src/views/project/Application.vue | 146 +++++++++++++---
src/views/project/Project.vue | 90 ++++++++--
static/img/apple.png | Bin 0 -> 7081 bytes
static/img/bg0.png | Bin 694 -> 345 bytes
static/img/bg1.png | Bin 719 -> 345 bytes
static/img/btg.png | Bin 8645 -> 3295 bytes
static/img/d0.png | Bin 381 -> 344 bytes
static/img/d1.png | Bin 712 -> 517 bytes
static/img/default.jpg | Bin 45020 -> 38307 bytes
static/img/dh.png | Bin 1387 -> 644 bytes
static/img/dsh.png | Bin 8305 -> 3265 bytes
static/img/foot.png | Bin 310522 -> 105727 bytes
static/img/foot1.png | Bin 481602 -> 192131 bytes
static/img/gq.png | Bin 576 -> 367 bytes
static/img/home.png | Bin 560316 -> 225250 bytes
static/img/home1.png | Bin 465305 -> 235380 bytes
static/img/img0.png | Bin 109037 -> 27644 bytes
static/img/img1.png | Bin 137071 -> 38209 bytes
static/img/img2.png | Bin 109602 -> 31864 bytes
static/img/img3.png | Bin 52273 -> 15893 bytes
static/img/img4.png | Bin 73112 -> 21808 bytes
static/img/img5.png | Bin 578817 -> 161228 bytes
static/img/mm.png | Bin 412 -> 329 bytes
static/img/tg.png | Bin 8695 -> 3447 bytes
static/img/wjx.png | Bin 327 -> 297 bytes
static/img/ws.png | Bin 1109 -> 591 bytes
static/img/wxz.png | Bin 768 -> 489 bytes
static/img/xian.png | Bin 253 -> 197 bytes
static/img/xlb.png | Bin 581 -> 449 bytes
static/js/tool.js | 28 ----
45 files changed, 695 insertions(+), 211 deletions(-)
create mode 100644 src/components/PagingDevice.vue
create mode 100644 static/img/apple.png
diff --git a/src/components/HeaderNav.vue b/src/components/HeaderNav.vue
index 1fe08a0..a33b5f5 100644
--- a/src/components/HeaderNav.vue
+++ b/src/components/HeaderNav.vue
@@ -41,12 +41,16 @@ export default {
watch: {},
methods: {
judge () {
- if (sessionStorage.token) {
+ if (sessionStorage.id) {
this.name = sessionStorage.name
this.enter = false
}
},
quit () {
+ this.$router.push({
+ name: 'homePage'
+ })
+ this.$message.success('退出成功!')
sessionStorage.clear()
this.enter = true
}
diff --git a/src/components/PagingDevice.vue b/src/components/PagingDevice.vue
new file mode 100644
index 0000000..069c495
--- /dev/null
+++ b/src/components/PagingDevice.vue
@@ -0,0 +1,109 @@
+
+