Pārlūkot izejas kodu

修改bug

修改bug
dangyunlong 2 mēneši atpakaļ
vecāks
revīzija
7e1cfc36cc

+ 1 - 1
.nuxt/manifest/latest.json

@@ -1 +1 @@
-{"id":"9e827b7e-8c37-41b3-8686-ffe2d2941622","timestamp":1745742062477}
+{"id":"eb9f518e-21ef-47cc-8b26-59064d395d8b","timestamp":1745801133011}

+ 0 - 1
.nuxt/manifest/meta/9e827b7e-8c37-41b3-8686-ffe2d2941622.json

@@ -1 +0,0 @@
-{"id":"9e827b7e-8c37-41b3-8686-ffe2d2941622","timestamp":1745742062477,"matcher":{"static":{},"wildcard":{},"dynamic":{}},"prerendered":[]}

+ 1 - 0
.nuxt/manifest/meta/eb9f518e-21ef-47cc-8b26-59064d395d8b.json

@@ -0,0 +1 @@
+{"id":"eb9f518e-21ef-47cc-8b26-59064d395d8b","timestamp":1745801133011,"matcher":{"static":{},"wildcard":{},"dynamic":{}},"prerendered":[]}

+ 1 - 1
.nuxt/tsconfig.json

@@ -102,7 +102,7 @@
         "./imports"
       ],
       "#app-manifest": [
-        "./manifest/meta/9e827b7e-8c37-41b3-8686-ffe2d2941622.json"
+        "./manifest/meta/eb9f518e-21ef-47cc-8b26-59064d395d8b.json"
       ],
       "#components": [
         "./components"

+ 9 - 1
assets/css/class.less

@@ -431,6 +431,7 @@ section {
 }
 .channel_3 {
     margin: 4px auto 20px;
+    height: 420px;
 }
 .channel_ul_4 {
     margin-top: 0px;
@@ -547,6 +548,7 @@ section {
 }
 .channel_2 {
     margin: 30px auto 0px;
+    height: 570px;
 }
 .channel_ul_2_a {
     height: 24px;
@@ -744,4 +746,10 @@ section {
           background: url(@/public/img/2.png) no-repeat left 0px;
           background-size: auto 90%;
     }
-}
+}
+.boxheight1 {
+    height: 650px;
+}
+.boxheight2 {
+    height: 325px;
+}

+ 2 - 0
assets/css/index.less

@@ -1084,6 +1084,7 @@ section {
     }
 }
 .index_ul_11 {
+    height: 135px;
     .index_ul_11_a {
           height: 24px;
           line-height: 24px;
@@ -1177,6 +1178,7 @@ section {
     margin: 0;
 }
 .index_ul_13 {
+    height: 112px;
     margin-top: 10px;
     .index_ul_13_a {
           height: 24px;

+ 2 - 2
components/home/pageNavigation.vue

@@ -67,11 +67,11 @@
                         <el-checkbox label="展会" value="4" disabled/>
                         <el-checkbox label="资讯" value="5" checked disabled/>
                     </el-checkbox-group>
-                    <div class="serverTitle1">
+                    <!-- <div class="serverTitle1">
                         <a href="">
                             农资商务中心
                         </a>
-                    </div>
+                    </div> -->
                 </div>
                 <div class="deepServer_right">
                     <div class="searchRole">

+ 2 - 2
components/home/pageNavigation1.vue

@@ -67,11 +67,11 @@
                         <el-checkbox label="展会" value="4" disabled/>
                         <el-checkbox label="资讯" value="5" checked disabled/>
                     </el-checkbox-group>
-                    <div class="serverTitle1">
+                    <!-- <div class="serverTitle1">
                         <a href="">
                             农资商务中心
                         </a>
-                    </div>
+                    </div> -->
                 </div>
                 <div class="deepServer_right">
                     <div class="searchRole">

+ 2 - 2
pages/[dir]/index.html.vue

@@ -248,7 +248,7 @@
                     </div>
                     <div class=" clearfix">
                         <div class="channel_3_box clearfix">
-                            <div class="channel_img_ul_3_ul">
+                            <div class="channel_img_ul_3_ul boxheight2">
                                 <div class="channel_img_ul_3_li" v-if="pageData[5]" >
                                     <NuxtLink class="channel_img_ul_3_li_a"
                                         :href="getLinkPathDetail(item)"
@@ -358,7 +358,7 @@
                             </NuxtLink> 
                         </div>
                     </div>
-                    <div class=" clearfix">
+                    <div class="boxheight1 clearfix">
                         <div class="channel_img_ul_5_ul">
                             <div class="channel_img_ul_5_li" v-if="pageData[7]">
                                 <NuxtLink class="channel_img_ul_5_li_a"

+ 2 - 2
pages/about/[dir]/[dir]/[id].vue

@@ -175,7 +175,7 @@ onMounted(async ()  => {
     //从客户端获取行政职能部门 加快打开速度
     const { $webUrl, $CwebUrl } = useNuxtApp();
     //广告1
-    let url = `${$webUrl}/web/getWebsiteAdvertisement?ad_tag=snzxw_page_0001`
+    let url = `${$webUrl}/web/getWebsiteAdvertisement?ad_tag=nzgxw_page_0001`
     const responseAd1 = await fetch(url, {
         headers: {
             'Content-Type': 'application/json',
@@ -187,7 +187,7 @@ onMounted(async ()  => {
     adImg1.value = resultAd1.data[0];
     
     //广告2
-    let url2 = `${$webUrl}/web/getWebsiteAdvertisement?ad_tag=snzxw_page_0002`
+    let url2 = `${$webUrl}/web/getWebsiteAdvertisement?ad_tag=nzgxw_page_0002`
     const responseAd2 = await fetch(url2, {
         headers: {
             'Content-Type': 'application/json',

+ 2 - 2
pages/about/[dir]/index.html.vue

@@ -176,7 +176,7 @@ onMounted(async ()  => {
     //从客户端获取行政职能部门 加快打开速度
     const { $webUrl, $CwebUrl } = useNuxtApp();
     //广告1
-    let url = `${$webUrl}/web/getWebsiteAdvertisement?ad_tag=snzxw_page_0001`
+    let url = `${$webUrl}/web/getWebsiteAdvertisement?ad_tag=nzgxw_page_0001`
     const responseAd1 = await fetch(url, {
         headers: {
             'Content-Type': 'application/json',
@@ -188,7 +188,7 @@ onMounted(async ()  => {
     adImg1.value = resultAd1.data[0];
     
     //广告2
-    let url2 = `${$webUrl}/web/getWebsiteAdvertisement?ad_tag=snzxw_page_0002`
+    let url2 = `${$webUrl}/web/getWebsiteAdvertisement?ad_tag=nzgxw_page_0002`
     const responseAd2 = await fetch(url2, {
         headers: {
             'Content-Type': 'application/json',

+ 2 - 2
pages/about/[dir]/list-[id].vue

@@ -184,7 +184,7 @@ onMounted(async ()  => {
     //从客户端获取行政职能部门 加快打开速度
     const { $webUrl, $CwebUrl } = useNuxtApp();
     //广告1
-    let url = `${$webUrl}/web/getWebsiteAdvertisement?ad_tag=snzxw_page_0001`
+    let url = `${$webUrl}/web/getWebsiteAdvertisement?ad_tag=nzgxw_page_0001`
     const responseAd1 = await fetch(url, {
         headers: {
             'Content-Type': 'application/json',
@@ -196,7 +196,7 @@ onMounted(async ()  => {
     adImg1.value = resultAd1.data[0];
     
     //广告2
-    let url2 = `${$webUrl}/web/getWebsiteAdvertisement?ad_tag=snzxw_page_0002`
+    let url2 = `${$webUrl}/web/getWebsiteAdvertisement?ad_tag=nzgxw_page_0002`
     const responseAd2 = await fetch(url2, {
         headers: {
             'Content-Type': 'application/json',

+ 2 - 2
pages/search/[id].vue

@@ -153,7 +153,7 @@ onMounted(async ()  => {
     //从客户端获取行政职能部门 加快打开速度
     const { $webUrl, $CwebUrl } = useNuxtApp();
     //广告1
-    let url = `${$webUrl}/web/getWebsiteAdvertisement?ad_tag=snzxw_search_0001`
+    let url = `${$webUrl}/web/getWebsiteAdvertisement?ad_tag=nzgxw_search_0001`
     const responseAd1 = await fetch(url, {
         headers: {
             'Content-Type': 'application/json',
@@ -165,7 +165,7 @@ onMounted(async ()  => {
     adImg1.value = resultAd1.data[0];
     
     //广告2
-    let url2 = `${$webUrl}/web/getWebsiteAdvertisement?ad_tag=snzxw_search_0002`
+    let url2 = `${$webUrl}/web/getWebsiteAdvertisement?ad_tag=nzgxw_search_0002`
     const responseAd2 = await fetch(url2, {
         headers: {
             'Content-Type': 'application/json',