快乐的梦鱼 1 mês atrás
pai
commit
f0bdf2ec2a
3 arquivos alterados com 5 adições e 5 exclusões
  1. 1 1
      components/Footer.vue
  2. 1 1
      components/NavBar.vue
  3. 3 3
      nuxt.config.ts

+ 1 - 1
components/Footer.vue

@@ -4,7 +4,7 @@
       <div class="row">
         <div class="col-sm-12 col-md-6">
           <div class="logo">
-            <img src="https://mn.wenlvti.net/app_static/minnan/logo-large-light.png" />
+            <!-- <img src="https://mn.wenlvti.net/app_static/minnan/logo-large-light.png" /> -->
             <h2>闽南文化生态保护区 (厦门市)</h2>
           </div>
         </div>

+ 1 - 1
components/NavBar.vue

@@ -47,7 +47,7 @@
     </div>
     <div class="group center">
       <div class="headerlogos">
-        <img class="main-clickable" src="https://mn.wenlvti.net/app_static/minnan/logo-large-light.png" @click="goIndex" />
+        <!-- <img class="main-clickable" src="https://mn.wenlvti.net/app_static/minnan/logo-large-light.png" @click="goIndex" /> -->
         <div>
           <p class="large">世界闽南文化交流中心</p>
           <p>闽南文化生态保护区<span>(厦门市)</span></p>

+ 3 - 3
nuxt.config.ts

@@ -42,9 +42,9 @@ export default defineNuxtConfig({
     },
   },
   routeRules: {
-    //'/**': { swr: false, isr: false, headers: { 'cache-control': 'no-store, max-age=0' } },
+    '/**': { swr: false, isr: false, headers: { 'cache-control': 'no-store, max-age=0' } },
     
-    /**/
+    /*
     '/': { swr: 1800 },
     '/about/': { swr: 1800 },
     '/communicate/': { swr: 1800 },
@@ -52,7 +52,7 @@ export default defineNuxtConfig({
     '/inheritor/': { swr: 1800 },
     '/introduction/': { swr: 1800 },
     '/news/': { swr: 1800 },
-    '/research/': { swr: 1800 },
+    '/research/': { swr: 1800 },*/
 
     '/introduction/**': { swr: false },
     '/communicate/**': { swr: false },