Browse Source

Merge branch 'dev' of http://101.36.160.140:21044/portal-site-vue-qinghai/portal-site-web into dev

chenghanbin 4 months ago
parent
commit
c54ccc1e0c

BIN
src/assets/homeImg/依申请公开.png


BIN
src/assets/homeImg/政府网站工作年报.png


BIN
src/assets/homeImg/政策文件.png


BIN
src/assets/homeImg/政策解读.png


BIN
src/assets/homeImg/行政规范性文件.png


+ 2 - 2
src/router/modules/News.route.js

@@ -73,13 +73,13 @@ const testRouter = [
73
       {
73
       {
74
         path: "picture",
74
         path: "picture",
75
         name: "picture",
75
         name: "picture",
76
-        meta: { title: "图片列表", tagRoute: "GIP" },
76
+        meta: { title: "图片新闻", tagRoute: "GIP" },
77
         component: () => import("@/views/News/picture/index.vue"),
77
         component: () => import("@/views/News/picture/index.vue"),
78
       },
78
       },
79
       {
79
       {
80
         path: "pictureDetails",
80
         path: "pictureDetails",
81
         name: "pictureDetails",
81
         name: "pictureDetails",
82
-        meta: { title: "图片列表详情", tagRoute: "GIP" },
82
+        meta: { title: "图片新闻", tagRoute: "GIP" },
83
         component: () => import("@/views/News/pictureDetails/index.vue"),
83
         component: () => import("@/views/News/pictureDetails/index.vue"),
84
       },
84
       },
85
     ],
85
     ],

+ 1 - 1
src/views/Home/components/broadcast.vue

@@ -90,7 +90,7 @@ export default {
90
       // console.log(1221);
90
       // console.log(1221);
91
       //定义一个路径
91
       //定义一个路径
92
       let href = router.resolve({
92
       let href = router.resolve({
93
-        path: "/News/picture",
93
+        path: "/News/imgesDel",
94
         // query: { type: "ttxmbt" },
94
         // query: { type: "ttxmbt" },
95
       }).href;
95
       }).href;
96
       //打开新的页面 到 href 这个页面
96
       //打开新的页面 到 href 这个页面

+ 5 - 1
src/views/News/pictureDetails/index.vue

@@ -4,7 +4,7 @@
4
     <div class="content-lzyj">
4
     <div class="content-lzyj">
5
       <article-module :article="pageData.article">
5
       <article-module :article="pageData.article">
6
         <div class="articleInfo">
6
         <div class="articleInfo">
7
-          <span class="title">[发布时间] <span>{{ pageData.publishTime }}</span></span>
7
+          <span class="title">发布时间: <span>{{ pageData.publishTime }}</span></span>
8
         </div>
8
         </div>
9
       </article-module>
9
       </article-module>
10
     </div>
10
     </div>
@@ -43,4 +43,8 @@ function getPageData() {
43
 
43
 
44
   .articleInfo {}
44
   .articleInfo {}
45
 }
45
 }
46
+
47
+.title {
48
+  color: #969696;
49
+}
46
 </style>
50
 </style>

+ 1 - 0
src/views/footer/index.vue

@@ -37,6 +37,7 @@ import {} from "vue";
37
   background-color: #7898c0;
37
   background-color: #7898c0;
38
   border-top: 2px solid #37e;
38
   border-top: 2px solid #37e;
39
   background: url("../../assets/bgImage/footer.png") 100% 100% no-repeat;
39
   background: url("../../assets/bgImage/footer.png") 100% 100% no-repeat;
40
+  margin-top: 30px;
40
   .link {
41
   .link {
41
     ul {
42
     ul {
42
       width: 380px;
43
       width: 380px;