tanghaolin
2025-03-07 73685acf8d8ef5c76e4b13c5a9d7026bb8bec7b1
src/views/Home.vue
@@ -28,7 +28,7 @@
      </div>
      <div class="relative z-20 2 -mt-24">
         <!-- 功能按钮区域 -->
         <div class="bg-white py-8">
         <div class="bg-white py-8" v-if="false">
            <div class="mx-auto px-32">
               <div class="grid grid-cols-4 divide-x-w-default">
                  <a @click="toSubsidy" class="block" style="border-left: 1px solid #e3e3e3; border-right: 1px solid #e3e3e3">
@@ -79,8 +79,8 @@
                        </div>
                     </div>
                  </router-link>
                  <router-link to="/" class="block" style="border-right: 1px solid #e3e3e3">
                     <div class="flex items-center gap-1 justify-center" @click="linkClick(' https://www.xpump.net/')">
                  <a class="block" style="border-right: 1px solid #e3e3e3"  @click="linkClick">
                     <div class="flex items-center gap-1 justify-center">
                        <div class="w-16 h-16">
                           <!-- <svg viewBox="0 0 24 24" class="w-full h-full">
                              <path
@@ -95,7 +95,7 @@
                           <div class="text-sm text-info-light-3">Pump Search</div>
                        </div>
                     </div>
                  </router-link>
                  </a>
                  <!-- <router-link to="/publish-demand" class="block">
                     <div class="function-card bg-white rounded-lg shadow-md p-6 text-center">
@@ -503,8 +503,8 @@
   // },
]);
const linkClick = (url) => {
   window.open(url, '_blank');
const linkClick = () => {
   router.push('/select-selpara')
};
const routeClick = (url) => {