Browse Source

flx:更改++889

wzq 4 months ago
parent
commit
0e800e5d04
3 changed files with 10 additions and 4 deletions
  1. 6 0
      src/router/modules/News.route.js
  2. 1 1
      src/views/News/index.vue
  3. 3 3
      src/views/footer/index.vue

+ 6 - 0
src/router/modules/News.route.js

@@ -59,6 +59,12 @@ const testRouter = [
59 59
         component: () => import("@/views/News/Bureau/index.vue"),
60 60
       },
61 61
       {
62
+        path: "imgesDel",
63
+        name: "imgesDel",
64
+        meta: { title: "图片新闻", tagRoute: "GIP" },
65
+        component: () => import("@/views/News/imgesDel/index.vue"),
66
+      },
67
+      {
62 68
         path: "imges",
63 69
         name: "imges",
64 70
         meta: { title: "文章内容", tagRoute: "GIP" },

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

@@ -483,7 +483,7 @@ const HOMElistpage = async () => {
483 483
     // margin: 0 20px;
484 484
     margin-top: 20px;
485 485
     justify-content: space-between;
486
-    margin-bottom: 50px;
486
+    // margin-bottom: 50px;
487 487
 
488 488
     .b_1 {
489 489
       width: 380px;

+ 3 - 3
src/views/footer/index.vue

@@ -29,15 +29,15 @@
29 29
   </div>
30 30
 </template>
31 31
 <script setup lang="ts" name="">
32
-import {} from "vue";
32
+import {} from 'vue'
33 33
 </script>
34 34
 <style scoped lang="less">
35 35
 .footer {
36 36
   padding: 20px 0;
37 37
   background-color: #7898c0;
38 38
   border-top: 2px solid #37e;
39
-  background: url("../../assets/bgImage/footer.png") 100% 100% no-repeat;
40
-
39
+  background: url('../../assets/bgImage/footer.png') 100% 100% no-repeat;
40
+  margin-top: 50px;
41 41
   .link {
42 42
     ul {
43 43
       width: 380px;