-
+
![]()
span:first-child {
- font-family: "MicrosoftYaHei";
+ font-family: 'MicrosoftYaHei';
font-size: 24px;
font-weight: bold;
font-stretch: normal;
@@ -809,7 +816,7 @@ li {
}
& > span:last-child {
- font-family: "MicrosoftYaHei";
+ font-family: 'MicrosoftYaHei';
font-size: 14px;
font-weight: normal;
font-stretch: normal;
@@ -844,7 +851,7 @@ li {
z-index: 5;
text-align: center;
- font-family: "MicrosoftYaHei";
+ font-family: 'MicrosoftYaHei';
font-size: 20px;
font-weight: normal;
font-stretch: normal;
diff --git a/src/views/home/NewsDetails.vue b/src/views/home/NewsDetails.vue
index 2cb1feb..9ab7ba3 100644
--- a/src/views/home/NewsDetails.vue
+++ b/src/views/home/NewsDetails.vue
@@ -156,8 +156,8 @@ export default {
// this.getData(this.id)
},
mounted() {
- this.id = this.$route.params.id
- let type = this.$route.params.type
+ this.id = this.$route.query.id
+ // let type = this.$route.query.type
this.getData(this.id)
}
};
diff --git a/src/views/home/NewsList.vue b/src/views/home/NewsList.vue
index 9c3829b..056dce0 100644
--- a/src/views/home/NewsList.vue
+++ b/src/views/home/NewsList.vue
@@ -3,7 +3,8 @@
-
+
+
@@ -16,7 +17,7 @@
{{info.content}}
-
+
diff --git a/src/views/project/Application.vue b/src/views/project/Application.vue
index 5035037..6312c63 100644
--- a/src/views/project/Application.vue
+++ b/src/views/project/Application.vue
@@ -2,7 +2,7 @@